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



