Hi all, I am using cake to do a custom query just like "select count(*) as num .. from tab1 left join tab2 on tab1.id = tab2.tid inner join tab3 on tab3.id =tab2.did group by tab1.id ..... " and cake return an Array called $result , it has something like $result[$i][0]['num'], but when I put it on another server(the same cake version),it return : $result[$i]['#sql_e8b_0']['num']. So why and when cake uses the special index like "#sql_e8b_0" instead of [0] ?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
