示例#1
0
文件: note.php 项目: beyondye/ENPHP
 function __construct()
 {
     parent::__construct();
     $this->model = $this->note;
 }
示例#2
0
文件: tag.php 项目: beyondye/ENPHP
 function __construct()
 {
     parent::__construct();
     $this->table = 'idlntag';
     $this->model = $this->tag;
 }
示例#3
0
文件: config.php 项目: beyondye/ENPHP
 function __construct()
 {
     parent::__construct();
     $this->model = $this->user_config;
 }