jobController Test
This commit is contained in:
parent
04d1edf80f
commit
a004863f8c
|
@ -38,7 +38,7 @@ class JobController extends AppController {
|
||||||
$this->render('/Job/opening_list');
|
$this->render('/Job/opening_list');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
public function openingAdd() {
|
public function openingAdd() {
|
||||||
$this->MiconwareSession->init($this);
|
$this->MiconwareSession->init($this);
|
||||||
$this->MiconwareSession->initWeb($this);
|
$this->MiconwareSession->initWeb($this);
|
||||||
|
@ -62,6 +62,7 @@ class JobController extends AppController {
|
||||||
$this->render('/Job/opening_edit');
|
$this->render('/Job/opening_edit');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
public function openingEdit() {
|
public function openingEdit() {
|
||||||
$this->MiconwareSession->init($this);
|
$this->MiconwareSession->init($this);
|
||||||
$this->MiconwareSession->initWeb($this);
|
$this->MiconwareSession->initWeb($this);
|
||||||
|
|
Loading…
Reference in New Issue