 |
|
Innovation award
 Nominee: 2x |
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.
|
|
| Name: |
Cached Virtual Array |
| Base name: |
vcache |
| Description: |
Base class for implementing persistent arrays |
| Version: |
2.0 |
| PHP version: |
5.0 |
| License: |
Free for non-commercial use |
| All time users: |
433 users |
| All time rank: |
5306 |
| Week users: |
0 users |
| Week rank: |
2072  |
| |
|
 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 |
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|