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





