sphinx\gii\model\Generator $ns

$ns public property public $ns = 'app\models'

sphinx\gii\model\Generator $name

$name public read-only property Name of the code generator public string getName ( )

sphinx\gii\model\Generator $modelClass

$modelClass public property public $modelClass = null

sphinx\gii\model\Generator $indexName

$indexName public property public $indexName = null

sphinx\gii\model\Generator $description

$description public read-only property The detailed description of the generator. public string getDescription ( )

sphinx\gii\model\Generator $db

$db public property public $db = 'sphinx'

sphinx\gii\model\Generator $baseClass

$baseClass public property public $baseClass = 'yii\sphinx\ActiveRecord'

sphinx\Connection quoteTableName()

quoteTableName() public method Alias of quoteIndexName(). public string quoteTableName ( $name )$name string Table name return string The properly quoted table name

sphinx\Connection quoteIndexName()

quoteIndexName() public method Quotes a index name for use in a query. If the index name contains schema prefix, the prefix will also be properly quoted. If the index name is already quoted or contains special characters including '(', '[[' and '{{', then this method will do nothing. public string quoteIndexName ( $name )$name string Index name return string The properly quoted index name

sphinx\Connection getLastInsertID()

getLastInsertID() public method This method is not supported by Sphinx. public string getLastInsertID ( $sequenceName = '' )$sequenceName string Name of the sequence object return string The row ID of the last row inserted, or the last value retrieved from the sequence object throws yii\base\NotSupportedException always.