Error: ViewsController could not be found.
Error: Create the class ViewsController below in file: app/controllers/
views_controller.php
<?php
class ViewsController extends AppController {
var $name = 'Views';
}
?>
Notice: If you want to customize this error message, create app/views/
errors/missing_controller.ctp
can any one help me plz