Posts by HorecioDias • 103 points
1 post
-
0
votes1
answer420
viewsQ: In ZF2 how to set a value in a Zend Form Element Text in the view?
The Form: $this->add(array( 'name' => 'valor', 'type' => 'Text', 'attributes' => array( 'required' => true, 'class' => 'form-control', 'maxlength' => '100' ), 'options' =>…