Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 283 Rev 333
Línea 229... Línea 229...
229
            $select->where->equalTo('tgm.status', GroupMember::STATUS_ACCEPTED);
229
            $select->where->equalTo('tgm.status', GroupMember::STATUS_ACCEPTED);
Línea 230... Línea 230...
230
 
230
 
Línea 231... Línea 231...
231
            // echo $select->getSqlString($this->adapter->platform); exit;
231
            // echo $select->getSqlString($this->adapter->platform); exit;
232
 
232
 
Línea 233... Línea 233...
233
            $members = [];
233
            $members = [];
234
            $storage = Storage::getInstance($this->config);
234
            $storage = Storage::getInstance($this->config, $this->adapter);
235
 
235
 
Línea 243... Línea 243...
243
                    'link_profile' => $userBlocked ? '' : $this->url()->fromRoute('profile/view', ['id' => $record['user_profile_uuid']])
243
                    'link_profile' => $userBlocked ? '' : $this->url()->fromRoute('profile/view', ['id' => $record['user_profile_uuid']])
Línea 244... Línea 244...
244
 
244
 
245
                ]);
245
                ]);
Línea 246... Línea 246...
246
            }
246
            }
Línea 247... Línea 247...
247
            
247
            
248
            $storage = Storage::getInstance($this->config);
248
            $storage = Storage::getInstance($this->config, $this->adapter);
Línea 906... Línea 906...
906
                if ($search) {
906
                if ($search) {
907
                    $select->where->like('name', '%' . $search . '%');
907
                    $select->where->like('name', '%' . $search . '%');
908
                }
908
                }
909
                $select->order('name ASC');
909
                $select->order('name ASC');
Línea 910... Línea 910...
910
 
910
 
911
                $storage = Storage::getInstance($this->config);
911
                $storage = Storage::getInstance($this->config, $this->adapter);
Línea 912... Línea 912...
912
                $records = $queryMapper->fetchAll($select);
912
                $records = $queryMapper->fetchAll($select);
913
 
913
 
Línea 969... Línea 969...
969
                }
969
                }
970
                $select->order('name ASC');
970
                $select->order('name ASC');
Línea 971... Línea 971...
971
 
971
 
Línea 972... Línea 972...
972
                //echo $select2->getSqlString($this->adapter->platform); exit;
972
                //echo $select2->getSqlString($this->adapter->platform); exit;
973
 
973
 
Línea 974... Línea 974...
974
                $storage = Storage::getInstance($this->config);
974
                $storage = Storage::getInstance($this->config, $this->adapter);
975
                $records = $queryMapper->fetchAll($select);
975
                $records = $queryMapper->fetchAll($select);
976
 
976
 
Línea 1033... Línea 1033...
1033
                }
1033
                }
1034
                $select->order('name ASC');
1034
                $select->order('name ASC');
Línea 1035... Línea 1035...
1035
 
1035
 
Línea 1036... Línea 1036...
1036
                //echo $select2->getSqlString($this->adapter->platform); exit;
1036
                //echo $select2->getSqlString($this->adapter->platform); exit;
1037
 
1037
 
Línea 1038... Línea 1038...
1038
                $storage = Storage::getInstance($this->config);
1038
                $storage = Storage::getInstance($this->config, $this->adapter);
1039
                $records = $queryMapper->fetchAll($select);
1039
                $records = $queryMapper->fetchAll($select);
1040
 
1040