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

Missing Method in CompanyController

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

Error: Create CompanyController::index.html() in file: app/controllers/company_controller.php.

<?php
class CompanyController extends AppController {

	var $name = 'Company';


	function index.html() {

	}

}
?>

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