• Missing Method in Controller

Missing Method in HomesController

Error: The action www.abinsula.com is not defined in controller HomesController

Error: Create HomesController::www.abinsula.com() in file: app/controllers/homes_controller.php.

<?php
class HomesController extends AppController {

	var $name = 'Homes';


	function www.abinsula.com() {

	}

}
?>

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