More Website Templates at TemplateMonster.com!
Missing Method in TestsController
Error: The action add is not defined in controller TestsController
Error: Create TestsController::add() in file: app/controllers/tests_controller.php.
<?php
class TestsController extends AppController {
var $name = 'Tests';
function add() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.