element->helper) { case 'formText': echo $this->{$this->element->helper}($this->element->getName(),$this->element->getValue(),$this->element->getAttribs()); break; case "formSelect": $att = $this->element->getAttribs(); echo $this->{$this->element->helper}($this->element->getName(),$this->element->getValue(),$this->element->getAttribs(),$att['options']); break; default: echo $this->{$this->element->helper}($this->element->getName(),$this->element->getValue(),$this->element->getAttribs()); break; } ?>