Web Analytics

Missing Method in ContentController

Error: The action page is not defined in controller ContentController

Error: Create ContentController::page() in file: app/Controller/ContentController.php.

<?php
class ContentController extends AppController {


	public function page() {

	}

}

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

Stack Trace