News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Christoph Dorn's Blog:
Profiling queries with Zend_Db_Profiler_Firebug
October 15, 2008 @ 08:46:56

Christoph Dorn has posted a modification to this post from Eran Galperin about profiling your SQL scripts with the Zend_Db component from the Zend Framework. Christoph takes it one level further and adds on something even more handy - Firebug support.

He explains how to use Zend_Db_Profiler to analyze all SQL queries on a page and how to improve the performance of the queries by adding indexes. Here is a quick modification to his example that will send the profiling information to firebug instead of printing it to the page.

He points out the package you'll need to grab from the Zend Framework to make it happen as well as a bit of code you can use as a starting place to get things up and running.

0 comments voice your opinion now!
profile query zendframework firebug component tutorial



Ivan Guardado's Blog:
How to debug PHP code
October 14, 2008 @ 08:44:17

Ivan Guardado has posted a recent tutorial looking at debugging your PHP code with the help of a popular tool - FirePHP (that interfaces with an equally popular Firefox extension, Firebug).

Nowadays, the code debugger is a tool that has almost all programing environments which allows you to watch the internal work of your applications and finding errors at run time for a easy way. The trouble is when you are working in a client-server architecture model, because from where you send the request (client) can not access the code hosted on the server.

He points out FirePHP as one that doesn't require this sort of installation. Included is a quick tutorial on getting it up and running for your development environment as well as the output formats and how to handle the output you want for debugging only.

0 comments voice your opinion now!
firephp firebug firefox extension debug browser


Christoph Dorn's Blog:
FirePHP and Zend Framework 1.6
September 04, 2008 @ 08:48:40

As mentioned on the Zend Developer Zone, there's a new tutorial from Christoph Dorn about combining the Zend Framework with the FirePHP debugging tool that now comes included in the latest release (ZF 1.6).

The long awaited day has arrived. Zend Framework 1.6 just shipped and with it native support for FirePHP! This means that if you use Zend Framework (ZF) you can now log to your Firebug Console via FirePHP without needing to download any other PHP files such as the FirePHPCore library.

The two new components - Zend_Log_Writer_Firebug and Zend_Db_Profiler_Firebug - are used in the debugging and his tutorial shows you how to get started.

0 comments voice your opinion now!
firephp zendframework component support firebug console tutorial


Matthew Weier O'Phinney's Blog:
Zend Framework 1.6.0 Preview, or, PHP 4 is Dead
August 12, 2008 @ 08:47:43

In this new post to his blog today, Matthew Weier O'Phinney mentions the death of PHP4 and (the main focus) gives a preview of what's to come in the next version of the Zend Framework (1.6.0).

I'm celebrating [the death of PHP4] with the second release candidate of Zend Framework 1.6.0, which should drop today. There are a ton of new features available that I'm really excited about. I'm not going to go into implementation details here, but instead catalogue some of the larger and more interesting changes that are part of the release.

He mentions the Dojo integration, updates to the unit testing infrastructure, captcha support in the Zend_Form component, Firebug support and included pagination functionality. You can grab this preview release from the downloads page on the Zend Framework website.

0 comments voice your opinion now!
zendframework preview php4 dojo unittest captcha firebug pagination


Developer Tutorials Blog:
Debugging PHP with Firebug and FirePHP
July 21, 2008 @ 12:58:26

The Developer Tutorials blog has a new post covering a very helpful tool when it comes to debugging your sever-side scripts with something light and client-side (but powerful) - the FirePHP project combined with Firebug.

FirePHP is a plugin for Firebug, the web development plugin for Firefox, that allows PHP scripts to talk to a Firebug panel. FirePHP installs alongside Firebug, and provides a simple PHP library to bridge the two. FirePHP provides a window of insight into your PHP applications, with a simple debugging interface that won't interfere with your page content. If you already use Firebug on PHP-powered applications, FirePHP is definitely worth a look.

The FirePHP library installs onto your server and is included, via PHP, into your application. Passing errors back is as simple as using the fb() method to send information out to the Firebug instance waiting on your browser.

0 comments voice your opinion now!
firebug firephp debug tutorial example


Davey Shafik's Blog:
AJAX and PHP End-to-End Debugging
August 21, 2007 @ 09:32:00

To compliment his vidcast on the Zend Developer Zone, Davey Shafik has a few more helpful notes posted to his blog on debugging with Firebug.

Cal Evans at the Zend DevZone just posted my screencast on AJAX and PHP End-to-End Debugging. I mentioned in the screencast that I you could find some information on my blog that is used in the video, so this is that post.

He points out another quick method for debugging an ajax application (as mentioned by Greg Beaver) - adding the GET request values directly to the query string inside the Javascript of your application.

0 comments voice your opinion now!
ajax debug firebug zenddebugger query string tip ajax debug firebug zenddebugger query string tip


Zend Developer Zone:
PHP Abstract Podcast Episode 16 Ajax + PHP, End to End Debugging BONUS EPISODE
August 20, 2007 @ 11:54:00

The Zend Developer Zone has a bonus episode of their PHP Abstract podcast series posted, a different sort of episode - it's a video podcast as hosted by Davey Shafik and covering the combination of Ajax and PHP (and debugging all along the way).

Davey is a full time PHP Developer with 10 years experience in PHP and related technologies. An avid author for both magazines and books author, Davey keeps his mind sharp by trying to tackle problems from a unique perspective. Today Davey is going to show us how to debug Ajax applications using Firebug and the Zend Developer toolbar.

You can grab the video [mov] directly from the ZDZ site or subscribe to their feed to get this and other great podcasts.

0 comments voice your opinion now!
phpabstract podcast video ajax debugging firebug zend toolbar phpabstract podcast video ajax debugging firebug zend toolbar


Jim Plush's Blog:
How to Install the MyBic Firebug PHP Debugger
June 18, 2007 @ 13:28:33

Asa follow-up from his previous announcement about the latest release of MyBic framework (including the Firebug debugger support), Jim Plush has made it even easier to get started by sharing this webcast he's created.

I did a quick little screencast on how to get rolling with the MyBic 2 Firebug PHP Debugger.

The screencast (mov) steps through the setup of the debugger support for the framework via the Firefox extension all set up custom to work magically with the MyBic framework.

0 comments voice your opinion now!
firebug debugger mybic framework ajax firebug debugger mybic framework ajax


Jim Plush's Blog:
MYBIC GOES 1.0! (yes, yes with firebug debugger!)
June 13, 2007 @ 13:36:00

Jim Plush passed on a note today about the latest release of his PHP & Ajax framework, MyBic, reaching the 1.0 milestone:

I'm proud to announce to official 1.0.0 release of the MyBic AJAX framework. MyBic has been stable in production for months now with 0 memory leaks and 0 outstanding bugs known to date. MyBic has been successfully flying in some of the worlds top aircraft with 0 supervision in kiosk based devices.

Major advancements for this release include the addition of support for the Firebug debugger with a Firefox extension bundled in. You can grab this latest update from the project's website.

0 comments voice your opinion now!
mybic framework ajax debugger firebug firefox extension mybic framework ajax debugger firebug firefox extension


Dave Dash's Blog:
Firebug Lite and symfony
June 05, 2007 @ 11:06:00

Dave Dash has created a simple plugin for use in a Symfony project that enables the use of the Firebug debugging tool.

The plugin is easy to install (three simple steps away) and can be configured to match whether you're working in development, a test area or on production (turning it off and on).

For more information on Firebug, check out its page on the Firefox extensions site.

0 comments voice your opinion now!
firebug debug symfony extension javascript plugin firebug debug symfony extension javascript plugin



Community Events









Don't see your event here?
Let us know!


conference package zendframework database mysql zend job PHP5 releases release cakephp code framework ajax developer example security application PEAR book

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework