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

Mrasnika’s configuration system

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

Mrasnika’s configuration system

By: Kaloyan Kirilov
This class uses an XML file to store a data structure for keeping different kind of settings.
The XML file has different element of several data types, which are validated when the settings are stored or retrieved.
The settings from the configuration file are split in different groups, depending on the purpose for [...]

ianaz configuration class

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

ianaz configuration class
By: Silvio Rainoldi
This class can be used to create a configuration file as a PHP script.
It takes as parameters the names and values of several configuration variables.
The class generates a PHP script file that assigns a variable with an associative array with the defined configuration variables. The name of the array variable is [...]

Configuration Settings App Settings

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

ConfigurationSettings.AppSettings

By :Axel Strembel
This class can be used to read and write application XML configuration files.
It emulates the behavior of the ConfigurationSettings.AppSettings class of the .NET framework.
It can create new configuration files. If a configuration file with a given path do not exist, it creates the file.
It provides functions for setting or getting the configuration value [...]

Configuration

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

Configuration
By: enis Collet
This class is meant to read and write configuration files similar to INI files.
The configuration files may have multiple sections with the possibility to define multiple levels of access that determine whether a given section is considered or nor.
The section levels are identified by names like for instance: DEBUG, INFO, WARNING, ERROR, FATAL.
The [...]

ianaz configuration class

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

ianaz configuration class

By : Silvio Rainoldi
This class can be used to create a configuration file as a PHP script.
It takes as parameters the names and values of several configuration variables.
The class generates a PHP script file that assigns a variable with an associative array with the defined configuration variables. The name of the [...]