Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 7515 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7515 Rev 7516
Línea 220... Línea 220...
220
                $hydrator = new ObjectPropertyHydrator();
220
                $hydrator = new ObjectPropertyHydrator();
221
                $highPerformanceTeamsGroupsViewTopic = new HighPerformanceTeamsGroupsViewTopic();
221
                $highPerformanceTeamsGroupsViewTopic = new HighPerformanceTeamsGroupsViewTopic();
222
                $hydrator->hydrate($dataPost, $highPerformanceTeamsGroupsViewTopic);
222
                $hydrator->hydrate($dataPost, $highPerformanceTeamsGroupsViewTopic);
Línea 223... Línea 223...
223
                
223
                
224
                $highPerformanceTeamsGroupsViewTopicMapper = HighPerformanceTeamsGroupsViewTopicMapper::getInstance($this->adapter);
-
 
225
                return new JsonModel([
-
 
226
                    'success'   => false,
-
 
227
                    'data'   => $highPerformanceTeamsGroupsViewTopic
-
 
228
                ]);
224
                $highPerformanceTeamsGroupsViewTopicMapper = HighPerformanceTeamsGroupsViewTopicMapper::getInstance($this->adapter);
Línea 229... Línea 225...
229
                $result = $highPerformanceTeamsGroupsViewTopicMapper->insert($highPerformanceTeamsGroupsViewTopic);
225
                $result = $highPerformanceTeamsGroupsViewTopicMapper->insert($highPerformanceTeamsGroupsViewTopic);
230
                
-
 
Línea 231... Línea 226...
231
                if($result) {
226
                
Línea 232... Línea 227...
232
                   
227
                if($result) {
233
 
228