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

Missing Method in PagesController

Error: The action projects is not defined in controller PagesController

Error: Create PagesController::projects() in file: app/controllers/pages_controller.php.

<?php
class PagesController extends AppController {

	var $name = 'Pages';


	function projects() {

	}

}
?>

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