[PHP] Zend_Form: How to change positions of elements ?

2008-09-30 Thread Nilesh Govindrajan
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 ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Zend_Form: How to change positions of elements ?

2008-09-30 Thread Thodoris
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 ? Since I am also new to Zend Framework and I am having the same