示例#1
0
文件: db.php 项目: robchett/framework
 public static function connected()
 {
     if (!isset(_db::$con_name) || _db::has_timed_out()) {
         return false;
     }
     return true;
 }