News Feed
Jobs Feed
Sections




News Archive
Dhiraj Patra's Blog:
Caching PHP Programs with PEAR
August 07, 2008 @ 12:58:09

In a recent post to his blog Dhiraj Patra looks at the caching functionality that PEAR has to offer via the PEAR Cache package.

Caching is currently a hot topic in the PHP world. Because PHP produces dynamic web pages, scripts must be run and results must be calculated each time a web page is requested, regardless if the results are the same each time. In addition, PHP compiles the script every time it is requested. [...] PEAR's Cache package offers a framework for the caching of dynamic content, database queries, and PHP function calls.

He talks a bit about what kind of methods are included with the package and shows examples of how it works for function call caching, caching the output from the script execution and how to implement your own custom caching extension of the main code to make it even more flexible.

3 comments voice your opinion now!
pear cache tutorial function call output custom handler


blog comments powered by Disqus

Similar Posts

Oracle Technology Network: Creating an Ajax Process Using PHP and Oracle

PHPBuilder.com: Building an Error-Handling Mechanism

Matthew Turland's Blog: Renaming a DOMNode in PHP

Ibuildings techPortal: Building an Continuous Integration Server for PHP with Hudson

Joshua Eichorn's Blog: You got AJAX questions I got Answers


Community Events











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


example database opinion code unittest language podcast composer development api functional testing series phpunit interview framework zendframework2 community release introduction

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