count added to apps
This commit is contained in:
parent
86eab6287d
commit
c2248c764a
|
|
@ -66,7 +66,8 @@ class Portal {
|
||||||
|
|
||||||
public function applicants() {
|
public function applicants() {
|
||||||
$this->vars['table'] = 'applicant_table.html.php';
|
$this->vars['table'] = 'applicant_table.html.php';
|
||||||
$this->vars['apps'] = $this->appsTable->find(['jobId'], ['value0' => $_GET['app_id']]);
|
$this->vars['apps'] = $this->appsTable->find(['jobId'], ['value0' => $_GET['job_id']]);
|
||||||
|
$this->vars['job'] = $this->jobsTable->find(['id'], ['value0' => $_GET['job_id']])[0]->title;
|
||||||
return ['template' => 'portal.html.php',
|
return ['template' => 'portal.html.php',
|
||||||
'title' => 'Jo\'s Jobs- Applicants',
|
'title' => 'Jo\'s Jobs- Applicants',
|
||||||
'vars' => $this->vars];
|
'vars' => $this->vars];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue