my FirePHP is working in Firebug 1.8. Did copy over the new core files. However, when I use the following in the action
I\'ve been developing with Zend Framework for ages (since 0.9) and this problem is nagging at my nerves ever since.
FirePHP asks me to add debug function call on every .php page: require_once(\'FirePHPCore/FirePHP.class.php\');
I get unexplained \"Headers already sent on line #...\" error on those 2 lines that execute \"echo ...\" in the code below.
I have Firefox 3.6.15, Firebug and FirePHP addons installed, console enabled. I am using Zend 1.11. The following code doesn\'t show anything in the firebug console.
I\'ve implemented firePHP with ZF (http://www.christophdorn.com/Blog/2008/09/02/firephp-and-zend-framework-16/) which works like a charm. However what I\'m noticing now that my application is growing
What is the best way to debug javascript from开发者_StackOverflow the eclipse IDE. I used \"logging to console\" features of firebug with firephp installed on top of it for debugging a kohana php proj
I\'m using require_once() in header.php to include the FirePHP library. In the page.php I\'m doing the usual...
I am using FirePHP with Zend Framework. When the user submits a form, I wish to output some data to the Firebug console and FirePHP is perfect for the job.
I\'m having a spot of bother getting anything to log with FirePHP and Zend Framework. Firebug is installed and the site is in the allowed lis开发者_如何转开发t. I don\'t know if there are any other te