Tuesday, May 29, 2012

Re: error code from delete or beforeDelete?

I need to do more reading on Exceptions, but my case seems more like a flash message than throwing an exception.

Go back to reading ;-) because it is easier to throw 2 different custom exceptions NotEmptyCategoryException (has some products) and NotLeafCategoryException (has some subcategories) from beforeDelete() and then either react differently for them or (in controller):

try {
...
} catch (CakeException $e) {
   $this->Session->setFlash($e->getMessage());
}

--
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
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: