|
|
|
File: ../general-devel/lib/support/conf/phparray/confphparray.class.php
phpGeneral - support
ConfPhparray
Conf | +-- ConfPhparray
Access configuration files containing php arrays
|
public class ConfPhparray extends Conf
Access configuration files containing php arrays
Provides access to all configuration files, which consist of one single phparray named $conf. This array can contain further arrays with more options.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
Public Method Details |
ConfPhparray |
|
public object TransformHash ConfPhparray( array $param, string &$errmsg )
|
| |
Class constructor
Initializes base class and loads the configuration file specified in$param["path"].
|
| Parameter |
|
| array |
$param |
|
|
Associative array contains userid, password, realm and others |
|
|
| string |
&$errmsg |
|
|
Reference for storing error messages in case of a failure |
|
| Returns |
object TransformHash |
|
|
Included Files, Type: include |
$param["path"] |
|
include( $param["path"] )
|
|
|
|
|
|
|
|
| PHPDoc 1.0beta |