I set the debug to 2 and it looks ok. I run it in SQLyog (like
phpmyadmin) and it returns 2 rows.
The array that is returned in cake is:
Array
(
[0] => Array
(
[Event] => Array
(
[id] => 2
[page_id] => 2
[title] => Home Page Event
[body] =>
[eventDate] => 2006-04-10 20:23:00
[show_on_parent_pages] => 1
[created] => 2006-04-10 20:23:29
[modified] => 2006-04-20 13:40:37
)
[Page] => Array
(
[id] => 2
[name] => Home
[url] =>
[created] => 0000-00-00 00:00:00
[modified] => 0000-00-00 00:00:00
)
)
)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---