Re: Validate in Controller

2009-04-28 Thread brian
Have a look at this post from Teknoid: http://teknoid.wordpress.com/2008/10/16/how-to-validate-habtm-data/ On Tue, Apr 28, 2009 at 7:46 PM, Dave Maharaj :: WidePixels.com wrote: > > Trying to validate in controller before saving with this: > > $this->User->$model_nam

Validate in Controller

2009-04-28 Thread Dave Maharaj :: WidePixels.com
Trying to validate in controller before saving with this: $this->User->$model_name->set($this->data); debug($this->data); if ($this->User->$model_name->validates()) { debug($model_name);