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

Missing Method in EcoController

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

Error: Create EcoController::index.html() in file: app/controllers/eco_controller.php.

<?php
class EcoController extends AppController {

	var $name = 'Eco';


	function index.html() {

	}

}
?>

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