On Tue, 5 May 2009, Chris Snyder wrote:

> I finally got on the ball with FirePHP, and I think I understand it
> except... where is the output of FirePHP::dump() supposed to be?
> 
> I can see messages and traces, but when I call dump nothing happens.
> Just me? What is dump supposed to do, exactly?
> 
> <?php
> include_once( 'FirePHPCore/FirePHP.class.php' );
> function debug() {
>   $args = func_get_args();
>   $firephp = FirePHP::getInstance(true);
>   $firephp->log( $args );
>   $firephp->dump( 'args', $args );
>   $firephp->trace( "Trace" );
>   exit();
>  }


You do know that FirePHP is supposed to be used with FireBug right?


-- 
Aj.

_______________________________________________
New York PHP User Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/show_participation.php

Reply via email to