Installed FirePHP with composer

This commit is contained in:
Raphaël Doursenaud
2015-09-17 16:08:00 +02:00
parent 9cbd236c8c
commit 2cf0f240b9
27 changed files with 5006 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
set_include_path(dirname(dirname(dirname(__FILE__))).'/lib'.PATH_SEPARATOR.get_include_path());
require('FirePHPCore/fb.php');
fb('Hello\nWorld');
fb(array('Hello\nWorld'));
fb(array('Table cell with newline',array(
array('Header'),
array('Hello\nWorld'),
)),FirePHP::TABLE);