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