Notice (8): Undefined offset: 1 [APP/app_controller.php, line 1289]
Notice (8): Undefined index: es [APP/app_controller.php, line 417]
- -

Missing Method in MynewsController

Error: The action articles is not defined in controller MynewsController

Error: Create MynewsController::articles() in file: app/controllers/mynews_controller.php.

<?php
class MynewsController extends AppController {

	var $name = 'Mynews';


	function articles() {

	}

}
?>

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