Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15037 Rev 15038
Línea 182... Línea 182...
182
                $hydrator = new ObjectPropertyHydrator();
182
                $hydrator = new ObjectPropertyHydrator();
183
                $categories = new Topic();
183
                $categories = new Topic();
184
                $hydrator->hydrate($dataPost, $categories);
184
                $hydrator->hydrate($dataPost, $categories);
Línea 185... Línea 185...
185
               
185
               
186
                $categories->type='dc';
-
 
-
 
186
                $categories->type='dc';
187
               // echo $select->getSqlString($this->adapter->platform);
187
 
Línea 188... Línea 188...
188
                $categoriesMapper = TopicMapper::getInstance($this->adapter);
188
                $categoriesMapper = TopicMapper::getInstance($this->adapter);
189
 
189
 
Línea 231... Línea 231...
231
    }
231
    }
Línea 232... Línea 232...
232
 
232
 
233
    public function editAction() {
233
    public function editAction() {
234
        $request = $this->getRequest();
234
        $request = $this->getRequest();
235
        $currentUserPlugin = $this->plugin('currentUserPlugin');
-
 
236
        $currentCompany = $currentUserPlugin->getCompany();
235
        $currentUserPlugin = $this->plugin('currentUserPlugin');
Línea 237... Línea 236...
237
        $currentUser = $currentUserPlugin->getUser();
236
        $currentUser = $currentUserPlugin->getUser();
238
 
237
 
Línea 332... Línea 331...
332
    }
331
    }
Línea 333... Línea 332...
333
 
332
 
334
    public function deleteAction() {
333
    public function deleteAction() {
335
        $request = $this->getRequest();
334
        $request = $this->getRequest();
336
        $currentUserPlugin = $this->plugin('currentUserPlugin');
-
 
337
        $currentCompany = $currentUserPlugin->getCompany();
335
        $currentUserPlugin = $this->plugin('currentUserPlugin');
Línea 338... Línea 336...
338
        $currentUser = $currentUserPlugin->getUser();
336
        $currentUser = $currentUserPlugin->getUser();
339
 
337