Exemplo n.º 1
0
 /**
  * Retrieve the "count" result of the query,
  * also strips off any orderBy clause.
  *
  * @param string $columns
  * @return int 
  * @static 
  */
 public static function count($columns = '*')
 {
     return \October\Rain\Database\QueryBuilder::count($columns);
 }