Christoph Dorn's Blog: TIP: FirePHP data volume filtering
Christoph Dorn has posted a tip for those using the FirePHP tool in their debugging - a way limit the output results (like only part of a huge array of database results). Array and object values may...
View ArticlePHPBuilder.com: Four Sane Solutions for PHP Debugging
On PHPBuilder.com today there's a new article from Jason Gilmore sharing what he calls "four sane solutions" to help you debug your PHP applications better than just an echo or var_dump. Few tasks are...
View ArticleChristoph Dorn's Blog: FirePHP 1.0 in 5 Steps
Christoph Dorn, author of the FirePHP tool for interfacing your PHP applications directly with Firebug, has written up a guide to help you get started using the latest version in five easy steps. Get...
View ArticleChristoph Dorn's Blog: FirePHP on Magenting
Christoph Dorn has a new post to his blog today about using the FirePHP extension for Firefox/FireBug to help debug applications running on the Magenting service. FirePHP can be useful when debugging...
View ArticleChristoph Dorn's Blog: Zend Server + FirePHP on AWS
Christoph Dorn has a new post today showing how to get the FirePHP tool to work together with Zend Server on an AWS instance to help make your debugging even simpler. FirePHP can nicely complement the...
View ArticleSlawek Lukasiewicz's Blog: Zend Framework: logging with Firebug and FirePHP
Slawek Lukasiewicz has a new post to his blog today showing you how to use the popular Firebug extension for Firefox with the FirePHP plugin to make error logging simpler and less obtrusive without...
View ArticleHenry Hayes' Blog: Firebug Console.Log for PHP using Zend Framework
Henry Hayes has written up a handy post to his blog looking at using FirePHP and Zend_Log_Writer_Firebug to log messages directly to your Firefox's Firebug console. Due to sloppy programming in the...
View ArticleXPertDeveloper.com: PHP Debugging Tools
On the XPertDeveloper.com blog today there's a new post sharing four handy debugging tools you can use to make finding those elusive problems in your code simpler. PHP is very well used scripting...
View ArticlePHPMaster.com: Debugging PHP Code with FirePHP
On PHPMaster.com today there's a new tutorial showing you a different method for debugging your code than the usual print_r or var_dump - using FirePHP, a tool that uses messaging to relay information...
View ArticleSameer Borate: Debugging Laravel with MonoLog and FirePHP
Sameer Borate has a new post to his site showing you how to debug a Laravel application with Monolog and FirePHP. By default, Laravel is configured to create daily log files for your application, and...
View Article