Exemplo n.º 1
0
 /**
 * Init the content database.
 */
 public function Init()
 {
     $content = new CMContent();
     $content->Init();
     $this->RedirectToController();
 }