이름 |
설명 |
ActiveDataProvider |
ActiveDataProvider is an enhanced version of [[\yii\data\ActiveDataProvider]] specific to the Sphinx. |
ActiveFixture |
ActiveFixture represents a fixture backed up by a [[modelClass|ActiveRecord class]] or a [[indexName|Sphinx index]]. |
ActiveQuery |
ActiveQuery represents a Sphinx query associated with an Active Record class. |
ActiveRecord |
ActiveRecord is the base class for classes representing relational data in terms of objects. |
ColumnSchema |
ColumnSchema class describes the metadata of a column in a Sphinx index. |
Command |
Command represents a SQL statement to be executed against a Sphinx. |
Connection |
Connection represents the Sphinx connection via MySQL protocol. |
IndexSchema |
IndexSchema represents the metadata of a Sphinx index. |
MatchBuilder |
MatchBuilder builds a MATCH SphinxQL expression based on the specification given as a [[MatchExpression]] object. |
MatchExpression |
MatchExpression represents a MATCH SphinxQL expression. |
Query |
Query represents a SELECT SQL statement. |
QueryBuilder |
QueryBuilder builds a SELECT SQL statement based on the specification given as a [[Query]] object. |
Schema |
Schema represents the Sphinx schema information. |