I have the array like this:
[0] => Array
    (
        [fee_id] => 15
        [fee_amount] => 308.5
        [year] => 2009                
    )
I want change the name of parent to this:
'searchResult' => Array
    (
        [fee_id] => 15
        [fee_amount] => 308.5
        [year] => 2009                
    )
How is possible ?
 
     
    