예제 #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();
 }