Change array structure in PHP.
- by Muhammad Sajid
Refers to my previous question : Show values in TDropDownList in PRADO.
ok fine the array i receive from query is an object array like :
ContactRecord Object ( [id] => 1 [name] => leo [_recordState:protected] => 1 [_connection:protected] => [_invalidFinderResult:protected] => [_e:TComponent:private] => Array ( ) )
ContactRecord…