Notice (8): Undefined variable: user_info [APP/views/layouts/default.ctp, line 49]
Customers
Log In or Sign Up

Missing Method in BlogsController

Error: The action happy-new-year is not defined in controller BlogsController

Error: Create BlogsController::happy-new-year() in file: app/controllers/blogs_controller.php.

<?php
class BlogsController extends AppController {

	var $name = 'Blogs';


	function happy-new-year() {

	}

}
?>

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