• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • Examples
  • File List

E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Db/Expr.php

00001 <?php
00049 class Zend_Db_Expr
00050 {
00056     protected $_expression;
00057 
00064     public function __construct($expression)
00065     {
00066         $this->_expression = (string) $expression;
00067     }
00068 
00072     public function __toString()
00073     {
00074         return $this->_expression;
00075     }
00076 
00077 }

Generated on Thu Apr 19 2012 17:01:17 for openbiz by  doxygen 1.7.2