예제 #1
0
 public static function initDB()
 {
     global $dbConn;
     self::$dbConn = $dbConn;
     //self::$prefix  =  C("DB_PREFIX");
     //self::$table_user   =  self::$prefix."user_competence";;
 }
예제 #2
0
 public function initDB()
 {
     global $dbConn;
     self::$dbConn = $dbConn;
     mysql_query('SET NAMES UTF8');
 }
예제 #3
0
 /**
  * UserCompetenceModel::initDB()
  * 返回数据库连接
  * @return 
  */
 public static function initDB()
 {
     global $dbConn;
     self::$dbConn = $dbConn;
     self::$prefix = C('DB_PREFIX');
 }
예제 #4
0
 public static function initDB()
 {
     global $dbConn;
     self::$dbConn = $dbConn;
 }