php - set lable to elements created by createElement method in zend framework -


hello all,

i'm looking can tell me how set label element created createelement() method in zend form.

i want create array of input elements label.

thanks in adv.

...how set label element created createelement() method in zend form

$form->createelement('text', 'someelement', array(     'label' => 'some label', )); 

Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -