My favorites | Sign in
Project Home Downloads Wiki Issues
Project Information
Members
Featured
Wiki pages

What is Panda ?

Panda is an error handler for PHP5. Instead of one line simple PHP standard error output, Panda produces more informative error and backtrace information.

日本語はこちら

How to use

include 'panda_ini.php' // attach Panda error handler

Error without Panda

Warning: Division by zero in /Users/panda/Sites/panda_sample/index.php on line 109

Error with Panda

Click "trace" for more trace info.

Features

  • Easy to use, One include only.
  • Report only your error code (not for library nor Smarty cache)
  • FirePHP output
  • Fatal error catch to avoid white screen
  • Strict error catch, even compile error
  • Application callback in fire.
  • Custom HTTP code screen
  • Custom error page
  • Issue ref number in fatal error
  • debug print and trace print utility function
Powered by Google Project Hosting