Missing Controller
Error: EmployerRegController could not be found.
Error: Create the class EmployerRegController below in file: app/controllers/employer_reg_controller.php
<?php
class EmployerRegController extends AppController {
var $name = 'EmployerReg';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
