martes, 22 de septiembre de 2009

Fire PHP and Firebug

FirePHP and placing it under the devel module directory as instructed in the devel README.

<?php
dfb
(get_defined_vars(), FirePHP::LOG);
?>

et voilá, the variables are listed in the Firebug console and it shows a popup that
presents quite nicely compound data types as the array that get_defined_vars()returns.

No hay comentarios: