Select Language : Bahasa Melayu | English
Video Panduan eBay

Missing Method in BlogController

Error: The action js is not defined in controller BlogController

Error: Create BlogController::js() in file: app/controllers/blog_controller.php.

<?php
class BlogController extends AppController {

	var $name = 'Blog';


	function js() {

	}

}
?>

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