News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Cesarodas.com:
gCache Helping PHP to work faster
June 28, 2007 @ 11:26:00

On Cesarodas.com, Saddor as created a simple class to help with caching information in a PHP application - specifically when it comes to capturing output (like HTML generated for the page).

Usually we need to find a way to help php to reduce the number of query to a database, because as a friend told me: "Most of time php is awaiting for a database to response". And that is wasted resource (time, processor, main memory). The developer need to find a way to store some pages until it changes or something like that. There are many cache classes over there, but exist many problems, I will focus on two problems. Implementation and concurrence.

His gCache class uses capture/endcapture methods to define where the content starts and ends and, once the information is stored, checks with a valid method and echoes the content if it's been cached. An example of the class in action is also included.

2 comments voice your opinion now!
cache output capture class cache output capture class





Similar Posts

Vinu Thomas' Blog: PHP and Serial Ports

Zend Developer Zone: Zend Framework, JSON, and Del.icio.us

Zend Developer Zone: Paging Data Sets With PEAR Pager

PHPit.net: PHP Security - Basic PHP Security

DevShed: Building a Data Validation System with the Prototype Pattern with PHP 5


Community Events







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


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

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