PHP singleton class to store and retrieve data anywhere in your PHP code.
Save any kind of data (string, numeric, array, record, object, files) in namespaces, with or without persistence, and allows to retrieve it anywhere.
Save data in SESSION or FILES (caching, user specific files, or common files for all users)
Use it to populate data across all your application, and across all user session with optional persistence.
Similar in concep of Zend_registry, but more usefull, and more methods to store any kind of data.
Methods used:
init / set / setkey / get /getkey /getflash /getflaskey / test / testkey / clear / clearkey / setnamespace / getnamespace / getclass / setpersistence / backupnamespace / restorenamespace
Look at "Related links" to access an online demo: http://www.4amics.com/libraries/data_registry/Data_Registry_Examples.php
|
|
| Name: |
Data Registry |
| Base name: |
data-registry |
| Description: |
Register and retrieve data easily anywhere in PHP |
| Version: |
1.0.12 |
| PHP version: |
5.2 |
| License: |
MIT/X Consortium License |
| All time users: |
379 users |
| All time rank: |
5623 |
| Week users: |
0 users |
| Week rank: |
2338  |
| |
|
| |
Screenshots |
|
|
| Project record: |
php-datastorage |
| Popularity score: |
14.59 |
| Vitality score: |
33.07 |
| There are not enough user ratings to display for this class. |
| |
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 |
|
|