$this->loadModel('ModelName');
$results = $this->ModelName->find('list');On Thu, Nov 12, 2009 at 11:17 PM, jburns <[email protected]> wrote: > What is the general recommendation if you want to access and show data > from completely unrelated models from the current model - for example > system preferences or navigation information - and show that data > based on passed parameters so that it is dynamic? > > -- > > 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]<cake-php%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/cake-php?hl=. > > > -- 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=.
