Missing Method in BlogController

Error: The action .ank is not defined in controller BlogController

Error: Create BlogController::.ank() in file: appbaser/controllers/blog_controller.php.

<?php
class BlogController extends AppController {

	var $name = 'Blog';


	function .ank() {

	}

}
?>

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

PAGE TOP