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


