diff --git a/salaryman/app/controllers/IndexController.php b/salaryman/app/controllers/IndexController.php index f87414a553f43fac0a5ef619eaa11e409c54be04..1eac202755fac4d91573abb9fd62dbe8bb930d1c 100644 --- a/salaryman/app/controllers/IndexController.php +++ b/salaryman/app/controllers/IndexController.php @@ -35,6 +35,12 @@ class IndexController extends ControllerBase return $this->dispatcher->forward(array("controller" => "index", "action" => "notFound")); } + $debugger = new Debugger($this); + $debugger + ->stopProgram() + ->addMessage($result) + ->showMessage(); + $this->view->salary = $result->data; $result = $httpRequest