NYCPHP Meetup

NYPHP.org

[nycphp-talk] FirePHP

Chris Snyder chsnyder at gmail.com
Tue May 5 13:19:12 EDT 2009


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();
 }


Chris Snyder
http://chxor.chxo.com/



More information about the talk mailing list