pounard / goat-query

Goat SQL query builder built over a PHP to SQL and SQL to PHP type converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A few SelectQuery addtions

pounard opened this issue · comments

  • add a ->count($expression = null, $alias = null) as a shorcut to SELECT COUNT(EXPR) FROM, where $expression per default will be '*'