Valencià

Missing Method in NotesController

Error: The action Global is not defined in controller NotesController

Error: Create NotesController::Global() in file: app/controllers/notes_controller.php.

<?php
class NotesController extends AppController {

	var $name = 'Notes';


	function Global() {

	}

}
?>

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