예제 #1
0
 function Tax()
 {
     parent::Model();
 }
예제 #2
0
 public function Hocsinh_model()
 {
     parent::Model();
 }
예제 #3
0
파일: school.php 프로젝트: nwtug/academia
 function School()
 {
     parent::Model();
     $this->load->model('Query_reader', 'Query_reader', TRUE);
     $this->cur_school_details = $this->session->userdata('schoolinfo');
 }
예제 #4
0
 function Muser()
 {
     $this->table = "users";
     $this->name_id = "id_user";
     parent::Model();
 }
예제 #5
0
 function m_berita()
 {
     parent::Model();
     $this->load->database();
 }
예제 #6
0
 function galeri_model()
 {
     parent::Model();
     $this->load->database();
 }
 function Blogmodel()
 {
     parent::Model();
 }
예제 #8
0
 function Login_model()
 {
     parent::Model();
 }
 function m_artikel()
 {
     parent::Model();
     $this->load->database();
 }
예제 #10
0
 function Test_model()
 {
     parent::Model();
 }
예제 #11
0
파일: diff.php 프로젝트: nwtug/academia
 function Wiki_manager()
 {
     parent::Model();
 }
예제 #12
0
 function Learning_engine()
 {
     parent::Model();
 }