Re: converting array to string

2013-09-25 Thread Mike Karthauser
hi On 25 Sep 2013, at 06:30, anya chd wrote: change: > > $modulepart=$this->Modulepart->find('all',array('order',$order,'conditions'=>array($conditions))); to $modulepart=$this->Modulepart->find('all',array('order'=>$order,'conditions'=>array($conditions)));

converting array to string

2013-09-25 Thread anya chd
i am displaying modules and their parts according to modules on the same pahe. > $module=$this->Module->find('all', array('conditions'=> > array('isactive'=>'0'))); > > $this->set('module',$module); i need another find condition so i can compare that part is related to module and display acco