Missing Method in ArticlesController

Error: The action cds is not defined in controller ArticlesController

Error: Create ArticlesController::cds() in file: app/Controller/ArticlesController.php.

<?php
class ArticlesController extends AppController {


	public function cds() {

	}

}

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

Stack Trace

  • CORE/Cake/Routing/Dispatcher.php line 193Controller->invokeAction(CakeRequest)
  • CORE/Cake/Routing/Dispatcher.php line 167Dispatcher->_invoke(ArticlesController, CakeRequest)
  • APP/webroot/index.php line 99Dispatcher->dispatch(CakeRequest, CakeResponse)