PHP Classes

Cached Virtual Array: Base class for implementing persistent arrays

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 453 This week: 1All time: 6,149 This week: 560Up
Version License PHP version Categories
vcache 2.0Free for non-comm...5.0PHP 5, Data types
Description 

Author

This is a base class for implementing persistent arrays.

It provides interfaces to access elements of arrays eventually stored in persistent data storage.

The actual implementation sub-classes should implement the functionality of storing and retrieving array data from persistent storage containers.

Innovation Award
PHP Programming Innovation award nominee
May 2010
Number 4


Prize: One year subscription to the PDF edition of the JSMag magazine
Some applications need to manipulate arrays that may have to be used again in multiple executions of the same script or application scripts.

This requires that the array data be stored and retrieved from any sort of persistent storage container, like for instance files or databases.

This class provides a generic solution to manipulate arrays that are stored persistently.

Manuel Lemos
Picture of Ingvar Stepanyan
Name: Ingvar Stepanyan <contact>
Classes: 3 packages by
Country: Ukraine Ukraine
Age: ???
All time rank: 183730 in Ukraine Ukraine
Week rank: 411 Up8 in Ukraine Ukraine Up
Innovation award
Innovation award
Nominee: 2x

  Files folder image Files  
File Role Description
Accessible without login Plain text file CachedArray.class.php Class Class file
Accessible without login Plain text file MySQLTable.php Example Simple demo for id-data MySQL table

 Version Control Unique User Downloads Download Rankings  
 0%
Total:453
This week:1
All time:6,149
This week:560Up