예제 #1
0
파일: Mysqli.php 프로젝트: reoring/sabel
 public function testInit()
 {
     Sabel_Db_Config::add("default", Test_DB_TestConfig::getMysqliConfig());
     MODEL("SblKvs")->delete();
 }
예제 #2
0
파일: Mysqli.php 프로젝트: reoring/sabel
 public function testInit()
 {
     Sabel_Db_Config::add("default", Test_DB_TestConfig::getMysqliConfig());
     Test_DB_Test::$db = "MYSQL";
 }