Compare commits
3 commits
260b7666f4
...
9030a2ba79
Author | SHA1 | Date | |
---|---|---|---|
|
9030a2ba79 | ||
|
abbfd70319 | ||
|
174ff2bb36 |
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class Db {
|
||||||
* @param array|string $where WHERE clause(s) as expected by Envms\FluentPDO\Query
|
* @param array|string $where WHERE clause(s) as expected by Envms\FluentPDO\Query
|
||||||
* @param array|string|null $what What to count (optional, default: "*")
|
* @param array|string|null $what What to count (optional, default: "*")
|
||||||
* @param array<array{0: 'LEFT'|'RIGHT'|'INNER'|'OUTER'|'FULL', 1: string, 2: string}>|array{0: 'LEFT'|'RIGHT'|'INNER'|'OUTER'|'FULL', 1: string, 2: string} $joins Join specification as array (see apply_joins())
|
* @param array<array{0: 'LEFT'|'RIGHT'|'INNER'|'OUTER'|'FULL', 1: string, 2: string}>|array{0: 'LEFT'|'RIGHT'|'INNER'|'OUTER'|'FULL', 1: string, 2: string} $joins Join specification as array (see apply_joins())
|
||||||
* @return array|false
|
* @return int|false
|
||||||
*/
|
*/
|
||||||
public function count($table, $where, $what=null, $joins=null) {
|
public function count($table, $where, $what=null, $joins=null) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue