Пример #1
0
 public function activeSolucionesAction()
 {
     $entitySoluciones = new Application_Entity_Soluciones();
     $entitySoluciones->searchSolucion('', $this->_getParam('cat'));
     $entitySoluciones->activarSoluciones();
     $this->_redirect('/admin/Soluciones/');
 }