|
TableSelect::__constructTableSelect constructor Description
private mysql_xdevapi\TableSelect::__construct()
An object returned by the select() method; use execute() to execute the query. ParametersThis function has no parameters. ExamplesExample #1 mysql_xdevapi\TableSelect::__construct example The above example will output something similar to:
Array
(
[0] => Array
(
[name] => John
[age] => 42
)
)
|