Notice (8): Undefined variable: node [APP/app_controller.php, line 71]
PeerDeal.com

Missing Method in HlpController

Error: The action Fees_and_Charges.html is not defined in controller HlpController

Error: Create HlpController::Fees_and_Charges.html() in file: app/controllers/hlp_controller.php.

<?php
class HlpController extends AppController {

	var $name = 'Hlp';


	function Fees_and_Charges.html() {

	}

}
?>

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