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