
October 31st, 2005, 09:00 AM
|
|
|
|
Caching Result Sets in PHP: Porting the Code to PHP 5
In this part of the series, you will see in detail an updated version of each class that composes the caching system, for a correct implementation in PHP 5. Also, the “Cache” class will be modified to work with an array processor class that handles array operations. It should help refresh your memory of techniques related to object-oriented programming.
Read the full article here: Caching Result Sets in PHP: Porting the Code to PHP 5
For more discussion go here: Blog Article Discussion
|