/** * */ public function listHandicappedAction() { $this->_helper->layout()->disableLayout(); $this->view->rows = $this->_mapper->listHandicapped($this->_getParam('id')); }