Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11682 Rev 12666
Línea 251... Línea 251...
251
                       
251
                       
Línea 252... Línea 252...
252
                        $highPerformanceTeamsGroupsMemberMapper->insert($highPerformanceTeamsGroupsMember);
252
                        $highPerformanceTeamsGroupsMemberMapper->insert($highPerformanceTeamsGroupsMember);
253
                       
253
                       
254
                        $chatGroup = new ChatGroup();
254
                        $chatGroup = new ChatGroup();
255
                        $chatGroup->name = $highPerformanceTeamsGroups->title;
255
                        $chatGroup->name = $highPerformanceTeamsGroups->title;
256
                        $chatGroup->high_performance_team_groups_id =$highPerformanceTeamsGroups->id;
256
                        $chatGroup->high_performance_team_group_id =$highPerformanceTeamsGroups->id;
257
                        $chatGroupMapper = ChatGroupMapper::getInstance($this->adapter);
257
                        $chatGroupMapper = ChatGroupMapper::getInstance($this->adapter);
258
                        $result = $chatGroupMapper->insert($chatGroup);
258
                        $result = $chatGroupMapper->insert($chatGroup);
259
                        if ($result) {
259
                        if ($result) {
Línea 434... Línea 434...
434
                $result = $highPerformanceTeamsGroupsMapper->update($highPerformanceTeamsGroups);
434
                $result = $highPerformanceTeamsGroupsMapper->update($highPerformanceTeamsGroups);
Línea 435... Línea 435...
435
                
435
                
436
                if($result) {
436
                if($result) {
437
                    $chatGroup = new ChatGroup();
437
                    $chatGroup = new ChatGroup();
438
                    $chatGroup->name = $highPerformanceTeamsGroups->title;
438
                    $chatGroup->name = $highPerformanceTeamsGroups->title;
439
                    $chatGroup->high_performance_team_groups_id=$highPerformanceTeamsGroups->id;
439
                    $chatGroup->high_performance_team_group_id=$highPerformanceTeamsGroups->id;
440
                    $chatGroupMapper = ChatGroupMapper::getInstance($this->adapter);
440
                    $chatGroupMapper = ChatGroupMapper::getInstance($this->adapter);
Línea 441... Línea 441...
441
                    $result = $chatGroupMapper->update($chatGroup);
441
                    $result = $chatGroupMapper->update($chatGroup);