Does anybody know how to select the contents of one take from a different view in CakePHP?
I have a take itemgroups that has 2 fields ID an
itemgroups
ID
please use
//In controller $data=$this->Model->find('list'); $this->set('data',$data);
In View :
$this->Form->input('list',array("options"=>$data));