數(shù)據(jù)層

2018-02-08 10:21 更新

數(shù)據(jù)層的基礎(chǔ)說明請參看  數(shù)據(jù)DB層->數(shù)據(jù)層 章節(jié)

數(shù)據(jù)類文件放在插件主目錄/class/table/下,文件名:table_不帶表前綴的表名.php



//例如:數(shù)據(jù)表dzz_test的類文件
class table_test extends dzz_table
{
           public function _construct() {
                    $this->_table = 'test';
                    $this->_pk    = 'testid';
                    parent::__construct();	
           }      
            ...
 }
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號