Avoiding Zends Error Messages
        Posted  
        
            by Kieran
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kieran
        
        
        
        Published on 2010-06-08T14:02:25Z
        Indexed on 
            2010/06/08
            14:12 UTC
        
        
        Read the original article
        Hit count: 277
        
I am using the Zend Framework for ACL's in codeigniter but if something is not right in the database or there is an error with the code that interfaces with the framework then the framework displays its own error messages. Is there a way to suppress these?
© Stack Overflow or respective owner