示例#1
0
文件: mods_api.php 项目: Moro3/duc
 function __construct()
 {
     parent::__construct();
     $this->table = 'grid_mods';
 }
示例#2
0
文件: mods_tpl.php 项目: Moro3/duc
 function __construct()
 {
     parent::__construct();
     $this->table = 'grid_mods_tpl';
     $this->MY_table = 'mods_tpl';
 }