Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 20th, 2012  |  syntax: None  |  size: 0.21 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Rounded decimal in edit form Symfony2   Doctrine2
  2. /**
  3.  * @ORMColumn(type="decimal", precision="10", scale="6", nullable=true)
  4.  */
  5. protected $latitude;
  6.        
  7. ->add('latitude', 'number', array(
  8.     'precision' => 6,
  9. ))