.

DBExpression Class Reference

Takes an expression that is used as is for example when updating. More...

List of all members.

Public Member Functions

  __construct ($expression)
  Constructor.
  format ()
  Format this expression.

Protected Attributes

  $expression

Detailed Description

Takes an expression that is used as is for example when updating.

Definition at line 5 of file dbexpression.cls.php.


Constructor & Destructor Documentation

DBExpression::__construct ( expression  ) 

Constructor.

Definition at line 14 of file dbexpression.cls.php.

00014                                                  {
00015                 $this->expression = $expression;
00016         }

Member Function Documentation

DBExpression::format (  ) 

Format this expression.

Parameters:
mixed  $value
Returns:
string

Definition at line 24 of file dbexpression.cls.php.

00024                                  {
00025                 return $this->expression;
00026         }

Member Data Documentation

DBExpression::$expression [protected]

Definition at line 9 of file dbexpression.cls.php.


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