Línea 792... |
Línea 792... |
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 |
$myt_id = $this->params()->fromRoute('myt_id');
|
- |
|
797 |
return new JsonModel([
|
- |
|
798 |
'success' => false,
|
- |
|
799 |
'data' => $myt_id
|
797 |
|
800 |
]);
|
798 |
/*if(isset($type)&& $type=='hptg'){
|
801 |
/*if(isset($type)&& $type=='hptg'){
|
799 |
$id = $this->params()->fromRoute('id');
|
802 |
$id = $this->params()->fromRoute('id');
|
800 |
$highPerformanceTeamsGroupsMapper = HighPerformanceTeamsGroupsMapper::getInstance($this->adapter);
|
803 |
$highPerformanceTeamsGroupsMapper = HighPerformanceTeamsGroupsMapper::getInstance($this->adapter);
|
801 |
$highPerformanceTeamsGroups = $highPerformanceTeamsGroupsMapper->fetchOneByUuid($id);
|
804 |
$highPerformanceTeamsGroups = $highPerformanceTeamsGroupsMapper->fetchOneByUuid($id);
|