Missing Method in EventController

Error: The action index.php is not defined in controller EventController

Error: Create EventController::index.php() in file: app/controllers/event_controller.php.

<?php
class EventController extends AppController {

	var $name = 'Event';


	function index.php() {

	}

}
?>

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