PHP Classes

Classes of Richard

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Richard (1)  >  Mission progress status  >  Reputation  
Picture of Richard
Name: Richard <contact>
Classes: 1
Country: United Kingdom
Age: 41
All time rank: 128859 in United Kingdom
Week rank: 216 Up13 in United Kingdom Up
All time users: 2407
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image PHP Registry  
Store configuration key values in registry files
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.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 71% 82% 83% - - - 52% 2437
Month: Not yet rated by the users


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z