Notice (8): Undefined variable: description [APP/views/layouts/default.ctp, line 7]" /> Notice (8): Undefined variable: keywords [APP/views/layouts/default.ctp, line 8]" />

Missing Controller

Error: CasestudyController could not be found.

Error: Create the class CasestudyController below in file: app/controllers/casestudy_controller.php

<?php
class CasestudyController extends AppController {

	var $name = 'Casestudy';
}
?>

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

Notice (8): Undefined variable: page [APP/views/layouts/default.ctp, line 297]