PHP Classes

PHP Registry: Store configuration key values in registry files

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
StarStarStar 52%Total: 2,407 All time: 1,619 This week: 488Up
Version License Categories
phpreg 1.0GNU General Publi...Files and Folders, Systems administra...
Description 

Author

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.

Picture of Richard
Name: Richard <contact>
Classes: 1 package by
Country: United Kingdom

  Files folder image Files (2)  
File Role Description
Plain text file phpreg.php Class contains two classes, phpreg and phpregedit
Accessible without login HTML file tutorial.html Doc. toutorial like guide to some features of phpreg

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:2,407
This week:0
All time:1,619
This week:488Up
 User Ratings  
 
 All time
Utility:71%StarStarStarStar
Consistency:82%StarStarStarStarStar
Documentation:83%StarStarStarStarStar
Examples:-
Tests:-
Videos:-
Overall:52%StarStarStar
Rank:2455