Re: Controllers Controller?

2011-10-08 Thread SyNeto
n a Tasks controller: > > App::import('Model', 'User'); > $userModel= new User(); > $userModel->find() > > ClassRegistry::init works as well. > > On Oct 7, 12:53 am, SyNeto wrote: > > > > > > > > > Hi, im pretty new in

Controllers Controller?

2011-10-08 Thread SyNeto
Hi, im pretty new in cakephp, so feel free to correct me, I have read the phpcake blog tutorial, and i have some noobs questions about controllers. if i need a view to display information from more than one model, how can i achive this task? I have already read some information about elements in