Yii Framework 3.0 API Documentation
This is the Yii Framework API Documentation. Here you will find detailed information about all classes provided by the Framework. Below you find a list of the existing classes, interfaces, and traits, ordered by their fully qualified name (including the namespace). Each of them has a dedicated page which contains a description about the purpose of the class, a list of the available methods, properties and constants, and detailed description on how to use each of them.
On this page you find all the classes included in version 3.0 of the framework. You can use the dropdown menu on the top right to switch between versions.
You can search API documentation using the search form on the top.
You can search for class names and also method and property names, e.g. ActiveRecord.save() or just .save() or ::save().
This page is also available in JSON format:curl https://www.yiiframework.com/doc/api/3.0/db-sphinx -H 'Accept: application/json'
| Class | Description |
|---|---|
| Yiisoft\Db\Sphinx\ActiveDataProvider | ActiveDataProvider is an enhanced version of \yii\data\ActiveDataProvider specific to the Sphinx. |
| Yiisoft\Db\Sphinx\ActiveFixture | ActiveFixture represents a fixture backed up by a modelClass or a Sphinx index. |
| Yiisoft\Db\Sphinx\ActiveQuery | ActiveQuery represents a Sphinx query associated with an Active Record class. |
| Yiisoft\Db\Sphinx\ActiveRecord | ActiveRecord is the base class for classes representing relational data in terms of objects. |
| Yiisoft\Db\Sphinx\ColumnSchema | ColumnSchema class describes the metadata of a column in a Sphinx index. |
| Yiisoft\Db\Sphinx\Command | Command represents a SQL statement to be executed against a Sphinx. |
| Yiisoft\Db\Sphinx\Connection | Connection represents the Sphinx connection via MySQL protocol. |
| Yiisoft\Db\Sphinx\Gii\Model\Generator | This generator will generate one or multiple ActiveRecord classes for the specified Sphinx index. |
| Yiisoft\Db\Sphinx\IndexSchema | IndexSchema represents the metadata of a Sphinx index. |
| Yiisoft\Db\Sphinx\MatchBuilder | MatchBuilder builds a MATCH SphinxQL expression based on the specification given as a Yiisoft\Db\Sphinx\MatchExpression object. |
| Yiisoft\Db\Sphinx\MatchExpression | MatchExpression represents a MATCH SphinxQL expression. |
| Yiisoft\Db\Sphinx\Query | Query represents a SELECT SQL statement. |
| Yiisoft\Db\Sphinx\QueryBuilder | QueryBuilder builds a SELECT SQL statement based on the specification given as a Yiisoft\Db\Sphinx\Query object. |
| Yiisoft\Db\Sphinx\Schema | Schema represents the Sphinx schema information. |
Signup or Login in order to comment.