Re: Find condition on nested models

2010-05-05 Thread John Andersen
What is your recursive parameter set to? And have you considered using Containable behaviour? See http://book.cakephp.org/view/474/Containable Enjoy, John On May 5, 4:54 pm, Greg Skerman wrote: > Hey guys, > > Struggling to figure out why this wont work (cake 1.2). > >         $this->set('Ch

Find condition on nested models

2010-05-05 Thread Greg Skerman
Hey guys, Struggling to figure out why this wont work (cake 1.2). $this->set('Characters', $this->User->Account->Character->find('list', array( 'conditions' => array( 'User.id' => $this->Auth->User('id') ) )