Jump to content

Error Handling Class


DeadxBeat

Recommended Posts

Should my error class make use of static functions that every class can use or when an error occurs should I instantiate a new object containing the errors needed to be displayed?

 

Also, if I go the static route should I just run something like Error::display_errors() once on the index page where content should go or should i have it call display_errors at the end of class function that needs it.

Link to comment
https://forums.phpfreaks.com/topic/228022-error-handling-class/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.