On Tue, Oct 18, 2011 at 7:07 PM, José Lorenzo <[email protected]> wrote: > Use try-catch. > Alternatively, override save() in AppModel and tor try { parent::save()} > catch (Exception $e) { //do something }
For some reason I have not thought about that: thank you so much! Regards, Matteo -- http://www.matteolandi.net/ -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
