Notice (8): Undefined index: CakeError [APP/app_controller.php, line 431]
CakePHP: the rapid development php framework: 日祥商会|

Missing Method in BusinessController

Error: The action index.html is not defined in controller BusinessController

Error: Create BusinessController::index.html() in file: app/controllers/business_controller.php.

<?php
class BusinessController extends AppController {

	var $name = 'Business';


	function index.html() {

	}

}
?>

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