Class miSqlFilterCustom

Description

Sql filter with custom SQL code

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

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

miSqlFilter
   |
   --miSqlFilterCustom
Variable Summary
mixed $_sql
Method Summary
miSqlFilterCustom __construct (string $name,  $sql)
string getSql ()
Variables
mixed $_sql (line 276)

The custom sql code

  • access: protected

Inherited Variables

Inherited from miSqlFilter

miSqlFilter::$_name
Methods
Constructor __construct (line 284)

Creates miSqlFilter object

  • access: public
miSqlFilterCustom __construct (string $name,  $sql)
  • string $name
  • $sql

Redefinition of:
miSqlFilter::__construct()
Creates miSqlFilter object
getSql (line 296)

Returns the sql code

  • return: the custom sql code
  • access: public
string 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 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