예제 #1
0
 public function __construct()
 {
     if (empty(self::$mysql)) {
         self::$mysql = new MY_mysql(Config::get_mysql_config());
     }
 }