|
TableSelect::whereSet select search condition Description
public mysql_xdevapi\TableSelect mysql_xdevapi\TableSelect::where(string
$where_expr )Sets the search condition to filter. Parameters
Return ValuesA TableSelect object. ExamplesExample #1 mysql_xdevapi\TableSelect::where example
The above example will output something similar to: Array ( [0] => Array ( [name] => John [age] => 42 ) ) |