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