User Area

Not registered? Sign up for your free account today!

Cowdog World Sponsors

Missing Method in UsersController

Error: The action index is not defined in controller UsersController

Error: Create UsersController::index() in file: htdocs/controllers/users_controller.php.

<?php
class UsersController extends AppController {

	var $name = 'Users';


	function index() {

	}

}
?>

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