createCommand() public method
Creates a Sphinx command that can be used to execute this query.
| public yii\sphinx\Command createCommand ( $db = null ) | ||
|---|---|---|
| $db | yii\sphinx\Connection |
The Sphinx connection used to generate the SQL statement. If this parameter is not given, the |
| return | yii\sphinx\Command |
The created Sphinx command instance. |
Please login to continue.