My favorites | Sign in
Project Logo
          
Show all Featured downloads:
BackTrace-0.2.zip
Show all Featured wiki pages:
changelog usage
People details
Project owners:
  renandelima

Provides a library to handle stack trace in PHP.

You can create a beautiful stack trace this way:

$trace = new BackTrace();
echo $trace->explain();

or

BackTraceExplain::perform();

Take care and look at constants BackTraceExplain::CONTEXT_LINES and BackTraceExplain::SHOW_ARGUMENT_VALUE to configure your environment.









Hosted by Google Code