Public Member Functions | Protected Attributes

Zend_Db_Expr Class Reference

Public Member Functions

 __construct ($expression)
 __toString ()

Protected Attributes

 $_expression

Detailed Description

Definition at line 49 of file Expr.php.


Constructor & Destructor Documentation

__construct ( expression )

Instantiate an expression, which is just a string stored as an instance member variable.

Parameters:
string$expressionThe string containing a SQL expression.

Definition at line 64 of file Expr.php.


Member Function Documentation

__toString (  )
Returns:
string The string of the SQL expression stored in this object.

Definition at line 72 of file Expr.php.


The documentation for this class was generated from the following file: