$uses = array('Model1','Model2','Model3');
You then have access to all these models like this:
$this->Model1
$this->Model2 (...)
FFighter.
On 5/30/06, nate <[EMAIL PROTECTED]> wrote:
If the second model is associated with the first, it's a simple matter
of $this->Second, where $this is the primary model, and Second is the
name of the associated model.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
- accessing models monty
- Re: accessing models roberts.sean
- Re: accessing models nate
- Re: accessing models Marcelo de Moraes Serpa
- Re: accessing models DJ Spark
- Re: accessing models monty
