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