My favorites | Sign in
Project Logo
          
Search
for
Updated Aug 19, 2008 by renandelima
Labels: Phase-Implementation, Featured
usage  

Handling a Stack

$trace = new BackTrace();
// ...
$trace->getScope();
$trace->levelDown();
$trace->getLine();
// there is others methods ... have fun!

Explain

You can create a beautiful stack trace this way:

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

or

BackTraceExplain::perform();

Comment by apelouperdeu, Apr 07, 2009

You should put a printscreen or a static html of the execution result of some simple example ;).


Sign in to add a comment
Hosted by Google Code