Debug: Classinfo class
Ariel Filipiak (contact me)
When you work with objects and classes, just a few lines in every class you use can help you to see information about the class and the current state of an object includes variables values.
Works in PHP3 & PHP4.
If you are a developer and share your classes you can add this few lines too. If someone try to use it and don't have the classinfo class the functions return: "classinfo class not found!!! (You can download it from www.phpclasses.org)"
Click here for detailed information about this class on phpclasses.org