* $q->fields($this->pixie->db->expr('COUNT(*)')); * * * @param mixed $value Part of query that should not be escaped * @return Expression_Database */ public function __construct($value) { $this->value = $value; } }