Re: Parsed url / Redirect - base issue

2014-11-13 Thread Vinícius Arantes
It's been a while now but I had the same question and I found the anwser: There are a few ‘special’ parameters that can change the final URL string that is generated: - base - Set to false to remove the base path from the generated URL. If your application is not in the root directory,

Cakephp 2.4.4 extending ModelValidator?

2014-11-13 Thread fr3nch13
Is there a way to extend the ModelValidator? I know you can do things like this in the controllers: public $helpers = array( // Core Helpers 'Session', 'Time', 'Html' => array('className' => 'Utilities.HtmlExt'), 'Paginator' => array('className' => 'Utilities.

cake3 validation in controller

2014-11-13 Thread cesar calvo
It is possible show in a form the error messages with no model associated? Obviously using the Form helper. I see validating-data , but I need some guidance about the feasibility automatically display errors like w