PHP Classes

Cached Virtual Array: Base class for implementing persistent arrays

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 453 All time: 6,156 This week: 455Up
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: 183830 in Ukraine Ukraine
Week rank: 214 Up2 in Ukraine Ukraine Up
Innovation award
Innovation award
Nominee: 2x

  Files folder image Files (2)  
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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:453
This week:0
All time:6,156
This week:455Up