[nycphp-talk] FirePHP
Ajai Khattri
ajai at bitblit.net
Tue May 5 13:36:41 EDT 2009
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.
More information about the talk
mailing list