コード例 #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
ファイル: Dashboard.php プロジェクト: norayrx/otms
 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;
 }