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

