Exemplo n.º 1
0
 /**
  * 获取当前实例
  * @return XF_Db_Table_Validate
  */
 public static function getInstance()
 {
     if (self::$_instance === null) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }