34
Quote:
frankblack wrote:
Feels like an accolade to hear this from you. Really! I admire your whole work, so this compliment makes me feel proud.
You should not, you are much more better than me.
Working with good tools is still more pleasant and with this tool it's a real pleasure.
I have always wanted to do a such work for FirePhp and FireBug but never took the time to do it.
I will just permit myself to modify your example like this :
require_once XOOPS_ROOT_PATH.'/Frameworks/FirePHPCore/FirePHP.class.php';
FirePHP::getInstance(true)->log($yourvariable);
it is less readable but it avoid to declare a variable
It's only for the case where you want to see one variable's content.
If the different methods of the XOOPS kernel and classes could chain like this, it will be very useful.