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