-- Arthur M. Kang <art...@levelogic.com> wrote
(on Wednesday, 21 January 2009, 02:21 PM -0800):
> Also, wouldn't it be a lot more flexible to have the "order" be a float rather
> than an int?  If you create a form with two elements (order 4, and order 5),
> just to insert another element to be displayed between the two would be
> somewhat of an unnecessary chore.  If the order was a float, it would simplify
> things a lot.  Maybe there are other inherent problems with using floats that
> I'm not aware of...

Use increments of 10 if you're explicitly setting order -- that makes it
easy to add elements in between.

-- 
Matthew Weier O'Phinney
Software Architect       | matt...@zend.com
Zend Framework           | http://framework.zend.com/

Reply via email to