Esempio n. 1
0
 public static function get_mysql()
 {
     if (!self::$_mysql) {
         self::$_mysql = new Lib_Mysql(Config_Common::$db);
     }
     return self::$_mysql;
 }