Missing Method in TeachersController
You are seeing this error because the action here is not defined in controller TeachersController
If you want to customize this error message, create app/views/errors/missing_action.thtml.
Fatal: Confirm you have created the TeachersController::here() in file : app/controllers/teachers_controller.php
<?php
class TeachersController extends AppController {
function here() {
}
}
?>

