Skip to content

Commit ca58ac8

Browse files
add db_driver and db_active_rec file
1 parent 79f45c4 commit ca58ac8

File tree

4 files changed

+3592
-0
lines changed

4 files changed

+3592
-0
lines changed

db.html

+4
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@
200200
第二個參數$active_record_override會決定是否要啟用active record功能。<br/>
201201
CI_DB_active_record類別也是去繼承CI_DB_driver。<br/>
202202
所謂開啟與否就是看CI_DB是否要直接繼承CI_DB_driver。<br/>
203+
參見:<br/>
204+
<a href='db_driver.html'>資料庫基本介面:database/DB_driver.php</a><br/>
205+
<a href='db_active_rec.html'>資料庫擴充介面:database/DB_active_rec.php</a>
206+
203207
</div>
204208
<div class='alert alert-danger'>
205209
為了達到「預設開啟active record」的效果,$active_record_override預設是NULL,接著進行一串判斷。<br/>

0 commit comments

Comments
 (0)