Missing Controller

Error: Golfcourses.cfmController could not be found.

Error: Create the class Golfcourses.cfmController below in file: app/controllers/golfcourses.cfm_controller.php

<?php
class Golfcourses.cfmController extends AppController {

	var $name = 'Golfcourses.cfm';
}
?>

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

Tee Times