Packageindex Classtrees Modulegroups Elementlist Report XML Files

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.

AuthorsNorbert Sendetzky <norbert@linuxnetworks.de>

 

Methods inherited from Conf

conf, getparameter

Public Method Summary

object TransformHash

ConfPhparray(array $param, string &$errmsg)

Class constructor

Fields inherited from Conf

$config

Included files inherited from Conf

../lib/include/locale.class.php

Included files Summary, Type: include

$param["path"] Warning: documentation is missing.

Included files Summary, Type: include_once

../lib/support/conf/conf.class.php Warning: documentation is missing.

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"] )



Included Files, Type: include_once

../lib/support/conf/conf.class.php

include_once( ../lib/support/conf/conf.class.php )




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta