Notice (8): Undefined index: Halldesign [APP/controllers/hall_controller.php, line 53]
Notice (8): Undefined index: Halldesign [APP/controllers/hall_controller.php, line 84]
Notice (8): Undefined index: Halldesign [APP/controllers/hall_controller.php, line 86]

Missing Method in HallController

Error: The action com is not defined in controller HallController

Error: Create HallController::com() in file: app/controllers/hall_controller.php.

<?php
class HallController extends AppController {

	var $name = 'Hall';


	function com() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp