Missing Method in EmployesController

Error: The action siteAdresi is not defined in controller EmployesController

Error: Create EmployesController::siteAdresi() in file: app/Controller/EmployesController.php.

<?php
class EmployesController extends AppController {


	public function siteAdresi() {

	}

}

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

Stack Trace

  • CORE/Cake/Routing/Dispatcher.php line 187Controller->invokeAction(CakeRequest)
  • CORE/Cake/Routing/Dispatcher.php line 162Dispatcher->_invoke(EmployesController, CakeRequest, CakeResponse)
  • APP/webroot/index.php line 110Dispatcher->dispatch(CakeRequest, CakeResponse)