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





