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

Missing Method in HlpController

Error: The action js is not defined in controller HlpController

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

<?php
class HlpController extends AppController {

	var $name = 'Hlp';


	function js() {

	}

}
?>

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