API - Module_Database_Expression
- Database_Expression::__construct - Sets the expression string.
 - Database_Expression::value - Get the expression value as a string.
 
Sets the expression string.
$expression = new Database_Expression('COUNT(users.id)');
void