Beispiel #1
0
 function getFormElement($inputName, $prop)
 {
     $element = $this->_form->getElement($inputName);
     if ($element == null) {
         //$element = $this->_model->{$inputName};
     }
     return $element;
 }