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