mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-15 14:50:56 +08:00
27 lines
284 B
Markdown
27 lines
284 B
Markdown
Working with Database
|
|
=====================
|
|
|
|
Architecture
|
|
------------
|
|
|
|
### Data Access Object (DAO)
|
|
|
|
* Connection
|
|
* Command
|
|
* DataReader
|
|
* Transaction
|
|
|
|
### Schema
|
|
|
|
* TableSchema
|
|
* ColumnSchema
|
|
|
|
### Query Builder
|
|
|
|
* Query
|
|
* QueryBuilder
|
|
|
|
### ActiveRecord
|
|
|
|
* ActiveRecord
|
|
* ActiveQuery |