Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1558 Rev 1559
Línea 161... Línea 161...
161
            } else {
161
            } else {
Línea 162... Línea 162...
162
 
162
 
Línea 163... Línea 163...
163
                $form = new RecruitmentSelectionVacancyForm($this->adapter, $currentCompany->id);
163
                $form = new RecruitmentSelectionVacancyForm($this->adapter, $currentCompany->id);
164
 
164
 
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();
Línea 169... Línea 169...
169
                $jobCategoryMapper = JobCategoryMapper::getInstance($this->adapter);
169
                $jobCategoryMapper = JobCategoryMapper::getInstance($this->adapter);
170
                $jobCategory = $jobCategoryMapper->fetchAllActives();
170
              //  $jobCategory = $jobCategoryMapper->fetchAllActives();
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');
175
                $viewModel->setVariable('form', $form);
175
                $viewModel->setVariable('form', $form);
176
                $viewModel->setVariable('google_map_key', $google_map_key);
176
                $viewModel->setVariable('google_map_key', $google_map_key);
Línea 177... Línea 177...
177
                $viewModel->setVariable('jobsDescription', $jobsDescription);
177
             //   $viewModel->setVariable('jobsDescription', $jobsDescription);
178
                $viewModel->setVariable('industry', $industry);
178
             //   $viewModel->setVariable('industry', $industry);
179
                $viewModel->setVariable('jobCategory', $jobCategory);
179
             //   $viewModel->setVariable('jobCategory', $jobCategory);
180
                
180