示例#1
0
文件: File.php 项目: rosko/workapp
 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
文件: Chat.php 项目: rosko/workapp
 public function __construct($config)
 {
     parent::__construct($config);
     $this->db = new Model_Db_Chat();
 }
示例#4
0
文件: Save.php 项目: rosko/workapp
 function __construct($config)
 {
     parent::__construct($config);
     $this->_config = $config;
 }