Right now, if I call query($sql) from a model and it's joining against
multiple tables I get a result that looks like this (assume tables a
and b).
[0] => array(
[a] => array(
columns for a
),
[b] => array(
columns for b
),
[1]...
I want to get the results back flat for my result set so how do I go
about doing that without cake parsing them out by table? There has to
be SOME function that will do that.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---