コード例 #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);
 }