Class miSqlFilterIn

Description

Filter checking that the field is equal to any of the vaues

The values are expected to be separated by comma

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

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

miSqlFilter
   |
   --miSqlFilterOneValue
      |
      --miSqlFilterIn
Direct descendents
Class Description
miSqlFilterNotIn Filter checking that the field is not equal to any of the vaues
Variable Summary
mixed $_operator
Method Summary
void getSql ()
Variables
mixed $_operator = ' IN ' (line 238)
  • access: protected

Redefined in descendants as:

Inherited Variables

Inherited from miSqlFilterOneValue

miSqlFilterOneValue::$_value

Inherited from miSqlFilter

miSqlFilter::$_name
Methods
getSql (line 240)
  • access: public
void getSql ()

Redefinition of:
miSqlFilter::getSql()
Returns the sql for the filter Return empty string if the filter doesn't want to add filter clause Abstract method

Inherited Methods

Inherited From miSqlFilterOneValue

miSqlFilterOneValue::__construct()
miSqlFilterOneValue::getValue()

Inherited From miSqlFilter

miSqlFilter::__construct()
miSqlFilter::getName()
miSqlFilter::getSql()
miSqlFilter::getSqlFields()

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