2009年8月16日星期日

Re: [fw-mvc] Exception handling with controller plugins

You could set ZF to not throw exceptions.

$frontController = Zend_Controller_Front::getInstance();
frontController ->throwExceptions(false);
--
View this message in context: http://www.nabble.com/Exception-handling-with-controller-plugins-tp24997404p25000606.html
Sent from the Zend MVC mailing list archive at Nabble.com.

没有评论: