Exemplo n.º 1
0
 public function thumbupAction()
 {
     $purchase_id = $this->getRequest()->getParam('purchase');
     $content_id = $this->getRequest()->getParam('content');
     Red_Content::thumbUp($purchase_id, $content_id);
     $this->_helper->redirector('index', 'content');
 }