Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16817 Rev 16820
Línea 200... Línea 200...
200
                        'items' => $items,
200
                        'items' => $items,
201
                        'total' => $paginator->getTotalItemCount(),
201
                        'total' => $paginator->getTotalItemCount(),
202
                    ]
202
                    ]
203
                ]);
203
                ]);
204
            } else {
204
            } else {
205
                if($this->cache->hasItem('ORGANIZATIONAL_CLIMATE_RELATIONAL')) {
205
                if($this->cache->hasItem('ACTIVITY_CENTER_RELATIONAL')) {
206
                    $search =  $this->cache->getItem('ORGANIZATIONAL_CLIMATE_RELATIONAL');
206
                    $search =  $this->cache->getItem('ACTIVITY_CENTER_RELATIONAL');
207
                    $this->cache->removeItem('ORGANIZATIONAL_CLIMATE_RELATIONAL');
207
                    $this->cache->removeItem('ACTIVITY_CENTER_RELATIONAL');
208
                } else {
208
                } else {
209
                    $search = '';
209
                    $search = '';
210
                }
210
                }
Línea -... Línea 211...
-
 
211
                
211
                
212
                
Línea 212... Línea 213...
212
                $form = new SurveyTakeAnTestForm();
213
                $form = new SurveyTakeAnTestForm();
213
                
214
                
214
                $this->layout()->setTemplate('layout/layout-backend');
215
                $this->layout()->setTemplate('layout/layout-backend');