public function __construct()
 {
     parent::__construct();
     $CI =& get_instance();
     $CI->load->model("muser");
     $CI->load->model("mfile");
 }
Пример #2
0
 public function testFetch()
 {
     $x = Test::byID(1);
     $this->assertEquals($x['name'], 'test');
 }
Пример #3
0
 public function __construct()
 {
     parent::__construct();
 }