Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1554 Rev 1555
Línea 165... Línea 165...
165
                $jobDescriptionMapper = JobDescriptionMapper::getInstance($this->adapter);
165
                $jobDescriptionMapper = JobDescriptionMapper::getInstance($this->adapter);
166
                $jobsDescription = $jobDescriptionMapper->fetchAllByCompanyId($currentCompany->id);
166
                $jobsDescription = $jobDescriptionMapper->fetchAllByCompanyId($currentCompany->id);
167
                $industryMapper = industryMapper::getInstance($this->adapter);
167
                $industryMapper = industryMapper::getInstance($this->adapter);
168
                $industry = $industryMapper->fetchAllActives();
168
                $industry = $industryMapper->fetchAllActives();
169
                $jobCategoryMapper = JobCategoryMapper::getInstance($this->adapter);
169
                $jobCategoryMapper = JobCategoryMapper::getInstance($this->adapter);
170
                $jobCategory = $jobCategoryMapper->fetchAllActives();
170
                $jobsCategory = $jobCategoryMapper->fetchAllActives();
Línea 171... Línea 171...
171
                
171
                
172
                $this->layout()->setTemplate('layout/layout-backend');
172
                $this->layout()->setTemplate('layout/layout-backend');
173
                $viewModel = new ViewModel();
173
                $viewModel = new ViewModel();
174
                $viewModel->setTemplate('leaders-linked/recruitment-and-selection-vacancies/index.phtml');
174
                $viewModel->setTemplate('leaders-linked/recruitment-and-selection-vacancies/index.phtml');