Exemplo n.º 1
0
 function UploadForm()
 {
     parent::WebTestCase();
     $this->CI =& get_instance();
     $this->DBI = $this->CI->load->database('testing', TRUE);
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::WebTestCase();
     $this->ci =& get_instance();
 }
Exemplo n.º 3
0
Arquivo: index.php Projeto: 68kb/68kb
 public function __construct()
 {
     parent::WebTestCase();
     $this->_ci = CI_Base::get_instance();
 }