bapi Posted May 19, 2007 Share Posted May 19, 2007 Hi, Can any one say how can i make error system that can supress general error message and display my error message. I am use OOP aproch. I want that all the error mesage should be kept in signal file which i can change fom time to time. Can this done ??? Link to comment https://forums.phpfreaks.com/topic/52098-creating-error-system/ Share on other sites More sharing options...
redbullmarky Posted May 19, 2007 Share Posted May 19, 2007 if youre using PHP5, then have a look at Exceptions otherwise, take a look at set_error_handler() and trigger_error() Link to comment https://forums.phpfreaks.com/topic/52098-creating-error-system/#findComment-256863 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.