$element1->setOrder(10); $element2->setOrder(30); $element3->setOrder(20); $element4->setOrder(40);
should order the elements like this on the form: $element1 $element3 $element2 $element4 On Tue, Sep 30, 2008 at 9:39 AM, Nilesh Govindrajan <[EMAIL PROTECTED]>wrote: > Hi, > > I am new to Zend Framework. > > I would like to know how to change the positions of elements created using > Zend_Form. > > I mean that how do I place two elements one near other instead of in a > top-down manner ? > *Robert Riggen* - Zend Certified Engineer *Big Yellow Technologies, LLC* Essex Junction, VT 05452 802.578.6719 [EMAIL PROTECTED]
