Skip to content

Instantly share code, notes, and snippets.

@mhujer
Created September 10, 2011 10:45
Show Gist options
  • Save mhujer/1208179 to your computer and use it in GitHub Desktop.
Save mhujer/1208179 to your computer and use it in GitHub Desktop.
FirePHP example for Google Chrome
<?php
require_once('FirePHPCore/fb.php');
fb('Hello Chrome!', FirePHP::WARN);
fb(array(
'first' => 'line',
'second' => array(
1,
2,
3 => array(
'foo',
'bar'
)
)
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment