示例#1
0
文件: rss.php 项目: Romerohub/RCMS
 function __construct()
 {
     parent::__construct();
 }
示例#2
0
文件: post.php 项目: Romerohub/RCMS
 function __construct()
 {
     parent::__construct();
     $this->table = DB_PFX . "posts";
     $this->loadModel($this->table);
 }