Re: Looking for an experienced CakePHP developer

2016-03-23 Thread Fabian Olmos
Hi, I can help you El 23/3/2016 16:28, "majna" escribió: > Hi, > > I'm looking for an experienced CakePHP 2.x developer, freelance, remote, > long-term. > Please LMK if you know somebody. > > Thanks! > majna > > -- > Sign up for our Newsletter for updates. > http://cakephp.org/newsletter/signup

Find and HABTM

2013-10-15 Thread Fabian Olmos
Hi, now I'm trying to retrieve data using find function like this $this->Evento->Behaviors->load('Containable'); $this->Evento->recursive = -1; debug($this->Evento->find('all', array('conditions' => array('Evento.id'=>$this->Convert->decode($evento_id)), 'contain' =>array( 'Caracteristica'=>array