コード例 #1
0
ファイル: CCContent.php プロジェクト: xd3x4L-1/page
 /**
 * Init the content database.
 */
 public function Init()
 {
     $content = new CMContent();
     $content->Init();
     $this->RedirectToController();
 }