mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +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 |