Exemplo n.º 1
0
 /**
  * MHP constructor
  * @param array $config The configuration associative array
  * @member MHP
  * @public
  */
 function __construct($config)
 {
     parent::__construct($config);
     $this->config =& $config;
     $this->pages = array('api', 'error', 'home', 'room');
 }
Exemplo n.º 2
0
 function __construct($config)
 {
     parent::__construct($config);
     $this->config = $config;
 }