Though, it is clear, why id didn't work:

Zend Framework wrote:
> 
> class Zend_Db_Expr
> {
> 
>     protected $_expression;
>     public function __construct($expression)
>     {
>         $this->_expression = (string) $expression;
>     }
>     public function __toString()
>     {
>         return $this->_expression;
>     }
> }
> 
> 

So, i think, i need any other method. If it is possible. 
-- 
View this message in context: 
http://www.nabble.com/Zend_Db_Select--question-tp19090172p19091546.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to