$this
where(string|array|Closure $column, string $operator = null, mixed $value = null, string $boolean = 'and')
Add a basic where clause to the query. Parameters string|array|Closure
$column string $operator mixed $value string $boolean Return Value $this