all() public method
Executes query and returns all results as an array.
| public array all ( $db = null ) | ||
|---|---|---|
| $db | yii\sphinx\Connection |
The DB connection used to create the DB command. If null, the DB connection returned by $modelClass will be used. |
| return | array |
The query results. If the query results in nothing, an empty array will be returned. |
Please login to continue.