members area | site map

1-800-SERVPRO

servpro_logo

Missing Method in FranchisesController

Error: The action ogden is not defined in controller FranchisesController

Error: Create FranchisesController::ogden() in file: app/controllers/franchises_controller.php.

<?php
class FranchisesController extends AppController {

	var $name = 'Franchises';


	function ogden() {

	}

}
?>

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