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

Missing Method in ContactsController

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

Error: Create ContactsController::index.html() in file: app/controllers/contacts_controller.php.

<?php
class ContactsController extends AppController {

	var $name = 'Contacts';


	function index.html() {

	}

}
?>

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