Example #1
0
 public static function get()
 {
     if (!self::$_db_instance) {
         self::$_db_instance = new self();
     }
     self::$_db_instance->_connect();
     return self::$_db_instance;
 }