Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Christoph Dorn's Blog:
Gain insight into your cache interaction with FirePHP Companion
Aug 25, 2010 @ 16:21:54

Christoph Dorn has a new post about using his recently released FirePHP Companion to get a better perspective on how your application works with its cache (information like the location of the cache file).

I thought I would rework the example I included in my php|architect article. You will see how much easier it now is to accomplish the same, and with much less code, using FirePHP Companion instead of the existing FirePHP extension.

In his example he has a site with an RSS feed that's cached and compares the old way of doing things to the simpler, easier way to use the features the Companion offers to record the process the script takes to build the feed and pushes the results back out at the end of the script.

A screencast is included in the post to show you how his example PHP code and the plugin all fit together.

tagged: firephp companion cache interaction tutorial screencast

Link:


Trending Topics: