HasWhere
Allows an entity the ability to return records based on a WHERE clause
Tags
Table of Contents
- where() : mixed
Methods
where()
public
static where(mixed $key[, mixed $is = null ][, mixed $value = null ][, string $columns = '*' ]) : mixed
Parameters
- $key : mixed
- $is : mixed = null
- $value : mixed = null
- $columns : string = '*'