-- Joó Ádám <[EMAIL PROTECTED]> wrote
(on Monday, 30 July 2007, 04:54 PM +0200):
> there was already some conversation about this. I just cannot see any
> error messages when I have a typo or other bug in my controllers.
> I have this in my bootstrap:

Add this to your bootstrap:

    error_reporting(E_ALL|E_STRICT);
    ini_set('display_errors', true);


-- 
Matthew Weier O'Phinney
PHP Developer            | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to