Use the $uses var like this:

$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
-~----------~----~----~----~------~----~------~--~---

Reply via email to