Employee belongs to person. I'm trying to generate a list with...
$employees = $this->Employee->generateList( null, 'id ASC', null,
'{n}.Employee.id', '{n}.Employee.Person.first') ;
How can I make the generate list recursive so this will work or is
this even possible?
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---