Hi all i have the follow array
Classes\Form_Record Object ( [sent_data:protected] => Array ( [cw6hwgw] => 11 [ezlkp6m] => 11 ) [fields:protected] => Array ( [cw6hwgw] => Array (... And trying to read the vaules from cw6hwgw and ezlkp6m
What do i need to get the result in php as we tried [sent_data][0] which dose not work
Classes\Form_Recordclass code.