예제 #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);
 }