(No version information available, might only be in Git)
TableSelect::execute — Execute select statement
Execute the statement.
此函数没有参数。
A RowResult object.
Example #1 mysql_xdevapi\TableSelect::execute() example
<?php
$res = $table->select('name','age')->where('name like \'P%\' or name like\'C%\'')->execute()
?>