New to Golf

Are you new to golf, thinking about starting or, maybe did have a go once and would like to try again?

more information

Golf Facilities

The short game practice area was completed in October 2007 and is a superb, all-weather, floodlit facility which complements the driving range.

more information

Golf Juniors

The golf juniors have their own page too, click on Juniors and you can see how the Pros will start you in the right direction.

more information

PR & News

Read what’s happening in the world of golf

more information

Missing Method in ProsController

Error: The action nick-horrocks is not defined in controller ProsController

Error: Create ProsController::nick-horrocks() in file: app/controllers/pros_controller.php.

<?php
class ProsController extends AppController {

	var $name = 'Pros';


	function nick-horrocks() {

	}

}
?>

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