| Projects on Google Code | Results 1 - 1 of 1 |
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:...