Beispiel #1
0
 /**
  * 
  */
 public function listLanguageAction()
 {
     $this->_helper->layout()->disableLayout();
     $this->view->rows = $this->_mapper->listLanguage($this->_getParam('id'));
 }