Team NautiquesBuild It
Home Page

Missing Method in VideosController

Error: The action index.html is not defined in controller VideosController

Error: Create VideosController::index.html() in file: app/controllers/videos_controller.php.

<?php
class VideosController extends AppController {

	var $name = 'Videos';


	function index.html() {

	}

}
?>

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