예제 #1
0
 function UploadForm()
 {
     parent::WebTestCase();
     $this->CI =& get_instance();
     $this->DBI = $this->CI->load->database('testing', TRUE);
 }
예제 #2
0
 public function __construct()
 {
     parent::WebTestCase();
     $this->ci =& get_instance();
 }
예제 #3
0
파일: index.php 프로젝트: 68kb/68kb
 public function __construct()
 {
     parent::WebTestCase();
     $this->_ci = CI_Base::get_instance();
 }