Missing Controller

Error: CaseController could not be found.

Error: Create the class CaseController below in file: app/controllers/case_controller.php

<?php
class CaseController extends AppController {

	var $name = 'Case';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

pagetop