getDb() public static method
Returns the Sphinx connection used by this AR class.
By default, the "sphinx" application component is used as the Sphinx connection. You may override this method if you want to use a different Sphinx connection.
public static yii\sphinx\Connection getDb ( ) | ||
---|---|---|
return | yii\sphinx\Connection |
The Sphinx connection used by this AR class. |
Please login to continue.