示例#1
0
 /** Note that you should call the first instance of AbstractDb as soon as possible to get reliable SQL vs PHP statistics.*/
 public static function &getObject()
 {
     if (self::$object == null) {
         self::$object = new self();
     }
     return self::$object;
 }