[fw-general] Error handling in Zend

2010-12-16 Thread jalexander3
Hello, I have read about the ErrorController that comes standard with the framework. It seems to only handle certain errors pertaining to missing MVC components--that's fine, I can use that. However, for my purposes I think I need a better understanding of URL rewriting and how the framework

Re: [fw-general] Error handling in Zend

2010-12-16 Thread Ralph Schindler
Hey Jeremy, Ultimately, it all depends on what kind of exceptions are thrown, where they are thrown, and how the framework is setup to handle them. There's lot of moving parts, and a default application already takes care of them form you for the most part. Out of the box, the Front

Re: [fw-general] Error handling in Zend

2010-12-16 Thread scs
These explanations are very helpful. Thanks Ralph. On Thu, Dec 16, 2010 at 6:24 PM, Ralph Schindler ralph.schind...@zend.comwrote: Hey Jeremy, Ultimately, it all depends on what kind of exceptions are thrown, where they are thrown, and how the framework is setup to handle them. There's

[fw-general] Append 'default' module name to routes, how to?

2010-12-16 Thread Juan Felipe Alvarez Saldarriaga
Hey, I change the default routes, I append the region of the current locale to each one using this code: ?php // Bootstrap.php class Bootstrap extends Zend_Application_Bootstrap_Bootstrap { protected function _initRouting() { /* @var $fc Zend_Controller_Front */ $fc =