Search for Gurus Post a Project My Projects
Search for Projects My Opportunities
Login Sign Up
About Hive GuruFAQTerms of ServiceBlog

Missing Method in UsersController

Error: The action projects is not defined in controller UsersController

Error: Create UsersController::projects() in file: app/controllers/users_controller.php.

<?php
class UsersController extends AppController {

	var $name = 'Users';


	function projects() {

	}

}
?>

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