コード例 #1
0
ファイル: riwayat.php プロジェクト: erxn/siemas
 public function __construct()
 {
     parent::__construct();
     $this->obat = new Model_obat();
     $this->date = new Model_history();
     $this->session = new Library_session();
 }
コード例 #2
0
ファイル: excel.php プロジェクト: erxn/siemas
 public function __construct()
 {
     parent::__construct();
     $this->db = new library_db();
     $this->session = new Library_session();
 }
コード例 #3
0
ファイル: welcome.php プロジェクト: portege/Panada
 function __construct()
 {
     parent::__construct();
 }