Missing Method in FarmStoreController

Error: The action fundraisers is not defined in controller FarmStoreController

Error: Create FarmStoreController::fundraisers() in file: app/controllers/farm_store_controller.php.

<?php
class FarmStoreController extends AppController {

	var $name = 'FarmStore';


	function fundraisers() {

	}

}
?>

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




Copyright 2010 Tuttle Orchards Inc. All Rights Reserved. Terms of Use | Privacy Policy