Пример #1
0
 function __construct($config)
 {
     parent::__construct($config);
     $this->config = $config;
     if (isset($this->registry["post"]["did"])) {
         $this->_curdir = $this->registry["post"]["did"];
     }
 }
Пример #2
0
 function __construct()
 {
     parent::__construct();
     $this->dashboard =& $_SESSION["dashboard"];
 }
Пример #3
0
 public function __construct($config)
 {
     parent::__construct($config);
     $this->db = new Model_Db_Chat();
 }
Пример #4
0
 function __construct($config)
 {
     parent::__construct($config);
     $this->_config = $config;
 }