You’d like for the production server that no exceptions are visible on the site. That sounds reasonable! If there is some exception you’d like to see it only on your developer server. So in your index.php or whatever the index of the Zend Framework file is just add a try/catch construction and in the catch simply don’t output anything!

Related posts:

  1. Secure Forms with Zend Framework
  2. Zend Framework: Cache Database Table Schemes
  3. Zend Framework: Simple Acl Front Controller Plugin