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


