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







