예제 #1
0
파일: CCContent.php 프로젝트: xd3x4L-1/page
 /**
 * Init the content database.
 */
 public function Init()
 {
     $content = new CMContent();
     $content->Init();
     $this->RedirectToController();
 }