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