Missing Method in StoreController

Error: The action formentry_for_iphone is not defined in controller StoreController

Error: Create StoreController::formentry_for_iphone() in file: app/controllers/store_controller.php.

<?php
class StoreController extends AppController {

	var $name = 'Store';


	function formentry_for_iphone() {

	}

}
?>

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