Guest User

Untitled

a guest
Oct 17th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. function addPremio(){
  2. $option = JRequest::getCmd('option');
  3. $modelo = $this->getModel('carropuntos');
  4. //$numCategoriaPremios = JRequest::getVar('categoriaPremios');
  5.  
  6. $res = $modelo->addPremio(JRequest::get('post'));
  7. //$link = JRoute::_('index.php?option=' . $option .'&view=carropuntos&Itemid=2');
  8. //$this->setRedirect('index.php?option=' . $option .'&view=carropuntos&Itemid=2&idCat='.$numCategoriaPremios);
  9. $link = JRoute::_('index.php?option=' . $option .'&view=carropuntos&Itemid=2');
  10. $this->setRedirect($link);
  11. }
Add Comment
Please, Sign In to add comment