This package is meant to store and retrieve key values in files. It can work as a registry that stores application configuration values.
The class stores the values in registry values so they can later be retrieved in constants created with PHP define function.
The package also comes with a sub-class that can be used as Web interface for editing the registry key values.
You can set up the keys using the editor class and then your applications script defines each key as a contant.. For instance:
<?php echo constant('globals/db/host'); ?>
could return your database host address.
 |
| Project record: |
phpreg |
| Popularity score: |
51.69 |
| Vitality score: |
1.74 |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (80.0%) |
Good (85.0%) |
Good (87.5%) |
- |
- |
- |
Not sure (57.3%) |
874 |
| Month: |
Not yet rated by the users |
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.
| File |
Role |
Description |
phpreg.php |
Class |
contains two classes, phpreg and phpregedit |
tutorial.html |
Doc. |
toutorial like guide to some features of phpreg |