On Mon, Jan 19, 2009 at 10:23 PM, brian <[email protected]> wrote:
> What does the output look like when you have this:
>
> if (!empty($this->data))
> {
> die(debug($this->data));
Here's the output:
Array
(
[Event] => Array
(
[name] => My Linked Event
[start_time_date] => 2009-07-26
[start_time_hour] => 1
[start_time_minute] => 00
[start_time_ampm] => PM
[end_time_date] =>
[end_time_hour] =>
[end_time_minute] =>
[end_time_ampm] =>
[location_id] => JACKBROWN
[start_time] => 2009-07-26 13:00:00
[end_time] =>
)
[Attraction] => Array
(
[Attraction] => 49414268-8a90-4497-856a-1b293b196446
)
)
--
Rob Wilkerson
http://robwilkerson.org
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---