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

Zend Developer Zone: Create APIs with FRAPI

DevShed: Creating a Blog Application with Interpreter Classes with PHP 5

DevShed: Introducing the Strategy Pattern

PHPit.net: Using globals in PHP

Dan Scott's Blog: Super-alpha MARC package for PHP: comments requested


Community Events











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


community functional code development phpunit object framework testing unittest zendframework2 example conference opinion podcast tool series language interview introduction release

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