الكلمات الدليلية 'Config'

Simple YAML Config Reader

Posted by admin on ديسمبر 11 2009 Add Comments

Simple YAML Config Reader

By: Chavo
This package can be used to read configuration settings from file YAML format.
It uses a separate class named SPYC, written by Chris Wanstrath, to parse YAML configuration files and returns an associative array with pairs of configuration options and the respective values.
The configuration class uses the singleton pattern, so a configuration [...]

phpConfig

Posted by admin on ديسمبر 11 2009 Add Comments

phpConfig
By: Yeiniel
This class can be used to create and modify application configuration files that are actually PHP scripts.
It can parse variable declarations inside a PHP script and retrieve the variable values into an associative array. Currently it only supports single quoted string variables.
It can also add, modify and delete configuration variables.
The modified configuration version can [...]

pConfig

Posted by admin on ديسمبر 11 2009 Add Comments

pConfig
By: Guilherme Blanco

This class can be used to create and manage hierarchical configuration files.
The configuration is defined as a tree of unlimited depth on which the nodes may contain any type of values.
The class read and write the configuration to files. The class supports writing configuration files in a protected mode, which consists of generating [...]

ez php config

Posted by admin on ديسمبر 11 2009 Add Comments

ezphpconfig
By: David Wainwright
Generates a set of php configuration classes from a supplied xml file. You can then access your configuration values very quickly without having to parse the xml file on every request.
This class can be used to generate a PHP class from an XML file. The element (tag) names become property names and the [...]

Config Tool

Posted by admin on ديسمبر 11 2009 Add Comments

Config Tool
By:Marko Tapio Manninen
This class is meant to read configuration information from the external text file.
Configuration information is placed in the text file with normal format as name-value pairs.
With this class you can read and use configuration variables with object reference, modify key value pairs and save modified object back to the file. Class supports [...]