Missing Method in GreenhouseController

Error: The action vegetableGarden is not defined in controller GreenhouseController

Error: Create GreenhouseController::vegetableGarden() in file: app/controllers/greenhouse_controller.php.

<?php
class GreenhouseController extends AppController {

	var $name = 'Greenhouse';


	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