Example #1
0
 public function handleReadCategory($id)
 {
     $this->article->read_category($id);
     if (!$this->isAjax()) {
         $this->redirect('Homepage:default');
     }
 }