On Feb 5, 9:03 pm, gkc <[email protected]> wrote: > AD7six: > > Thanks for pointing out the debug. > > Here is what is coming up: > > Array > ( > [0] => Array > ( > [Post] => Array > ( > [title] => This is the first Post > [tag] => architect, costs > [created] => 2009-02-05 10:58:11 > ) > > [0] => Array > ( > [body] => here > ) > > [User] => Array > ( > [username] => > ) > > ) > > [1] => Array > ( > [Post] => Array > ( > [title] => This is the second post > [tag] => subcontractor > [created] => 2009-02-04 10:58:38 > ) > > [0] => Array > ( > [body] => this > ) > > [User] => Array > ( > [username] => > ) > > ) > > ) > > Why would it come up as 0 and not under Post?
Because according to the db calculated fields don't belong to a table. hth, AD --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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?hl=en -~----------~----~----~----~------~----~------~--~---
