Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 7373 | Rev 7375 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7373 Rev 7374
Línea 575... Línea 575...
575
 
575
 
576
        $request = $this->getRequest();
576
        $request = $this->getRequest();
Línea 577... Línea 577...
577
        if($request->isGet()) {
577
        if($request->isGet()) {
578
            
578
            
-
 
579
            $page = (int) $this->params()->fromQuery('page');
579
            $page = (int) $this->params()->fromQuery('page');
580
            $type   = $this->params()->fromRoute('type');
580
            if(isset($this->params()->fromRoute('type'))){
581
            if(isset($type)){
581
                $id =  $this->params()->fromRoute('id');
582
                $id =  $this->params()->fromRoute('id');
582
                $type   = $this->params()->fromRoute('type');
583
                $type   = $this->params()->fromRoute('type');
583
            }else{
584
            }else{