Missing Method in FarmStoreController

Error: The action vegetableGarden is not defined in controller FarmStoreController

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

<?php
class FarmStoreController extends AppController {

	var $name = 'FarmStore';


	function vegetableGarden() {

	}

}
?>

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