Cakephp foreach condition
问题 i would have to show the table of reservation of 3 biens it should show me 3 line of 3 reservation but it show me just one line in the controllers public function index_hote() { $this->Reservation->recursive = 1; $this->loadModel("BiensPersonne"); if($this->Session->read('Auth.User.0.Personne.id')){ $options = $this->BiensPersonne->findByPersonneId($this->Session- >read('Auth.User.0.Personne.id')); $this->loadModel("Personne"); $biens=$this->Personne->findById( $options['BiensPersonne'][