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