选择语言 :

 Module_Database_Expression::__construct

Sets the expression string.

$expression = new Database_Expression('COUNT(users.id)');

void Module_Database_Expression::__construct( )
返回值
  • void
File: ./modules/database/expression.class.php
public function __construct($value)
{
    // Set the expression string
    $this->_value = $value;
}