Missing Method in StaticPagesController

Error: The action vegetableGarden is not defined in controller StaticPagesController

Error: Create StaticPagesController::vegetableGarden() in file: app/controllers/static_pages_controller.php.

<?php
class StaticPagesController extends AppController {

	var $name = 'StaticPages';


	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