error handling and classes

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bionicdonkey
Forum Contributor
Posts: 132
Joined: Fri Jan 31, 2003 2:28 am
Location: Sydney, Australia
Contact:

error handling and classes

Post by bionicdonkey »

how would one name a function in a class with set_error_handler???
e.g.

Code: Select all

set_error_handler("$_messages->trapError");
but not that
Post Reply