Class miSqlFilterRegExp

Description

Regular expression filter

Please note that regexp operator is not portable. Some databases use the ANSI "similar to" operator, and others don't support regular expressions at all.

  • copyright: Copyright (c) 2006 Mirchev Ideas Ltd. All rights reserved.

Located in /model/SqlFilters.php (line 226)

miSqlFilter
   |
   --miSqlFilterOneValue
      |
      --miSqlFilterSimple
         |
         --miSqlFilterRegExp
Variable Summary
mixed $_operator
Variables
mixed $_operator = ' REGEXP ' (line 227)
  • access: protected

Redefinition of:
miSqlFilterSimple::$_operator
The filter operator. The subclasses define it

Inherited Variables

Inherited from miSqlFilterOneValue

miSqlFilterOneValue::$_value

Inherited from miSqlFilter

miSqlFilter::$_name
Methods

Documentation generated on Thu, 08 May 2008 16:57:34 +0300 by phpDocumentor 1.4.1