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

