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







