Exemplo n.º 1
0
 public function action_rm_page()
 {
     $content_page = new Content_Page($this->request->param('options'));
     $content_page->rm_page();
     $this->redirect();
 }