On 06/11/2009 03:27 PM, doze wrote:
> Could you give me an example based on my situtation?
>
Something like this.
$serviceTypeFieldList = $this->ServiceTypeField->find('all',
array('conditions' => array('your conditions array here'),
'contain' =>
array('ServiceType' => array('Service'),
'ServiceTypeFieldValue')));
Please note that this is just an example, adjust to your needs.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---