Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10818 Rev 10820
Línea 791... Línea 791...
791
            
791
            
792
            $page = (int) $this->params()->fromQuery('page');
792
            $page = (int) $this->params()->fromQuery('page');
793
            $type   = $this->params()->fromRoute('type');
793
            $type   = $this->params()->fromRoute('type');
794
            $topic_uuid   = $this->params()->fromRoute('topic_uuid');
794
            $topic_uuid   = $this->params()->fromRoute('topic_uuid');
-
 
795
            $urgent   = $this->params()->fromRoute('urgent');
795
            $urgent   = $this->params()->fromRoute('urgent');
796
            $myt_id =  $this->params()->fromRoute('myt_id');
796
           
797
            
797
            if(isset($type)&& $type=='hptg'){
798
            /*if(isset($type)&& $type=='hptg'){
798
                $id =  $this->params()->fromRoute('id');
799
                $id =  $this->params()->fromRoute('id');
799
                $highPerformanceTeamsGroupsMapper = HighPerformanceTeamsGroupsMapper::getInstance($this->adapter);
800
                $highPerformanceTeamsGroupsMapper = HighPerformanceTeamsGroupsMapper::getInstance($this->adapter);
Línea 800... Línea 801...
800
                $highPerformanceTeamsGroups = $highPerformanceTeamsGroupsMapper->fetchOneByUuid($id);
801
                $highPerformanceTeamsGroups = $highPerformanceTeamsGroupsMapper->fetchOneByUuid($id);
Línea -... Línea 878...
-
 
878
 
-
 
879
 
877
 
880
 
878
 
881
                
879
 
882
 
880
                
883
            } else*/ 
881
 
884
            
882
            } else if(isset($type)&& $type=='myt'){
885
            if($myt_id){
Línea 948... Línea 951...
948
 
951
 
949
        $request = $this->getRequest();
952
        $request = $this->getRequest();
Línea 950... Línea 953...
950
        if($request->isGet()) {
953
        if($request->isGet()) {
951
            
-
 
Línea 952... Línea 954...
952
            $feed_uuid =  $this->params()->fromRoute('feed_uuid');
954
            
953
            $myt_id =  $this->params()->fromRoute('myt_id');
955
            $feed_uuid =  $this->params()->fromRoute('feed_uuid');
954
           
956
           
955
            if(!isset($feed_uuid)){
957
            if(!isset($feed_uuid)){