Skip to content

Instantly share code, notes, and snippets.

@inoryy
Created March 21, 2012 19:34
Show Gist options
  • Save inoryy/2151792 to your computer and use it in GitHub Desktop.
Save inoryy/2151792 to your computer and use it in GitHub Desktop.
sortable ex
/**
*
* @Gedmo\SortableGroup
* @ORM\Column(name="fieldName", type="integer")
*/
protected $field;
/**
* @var integer
* @Gedmo\SortablePosition
* @ORM\Column(name="position", type="integer")
*/
protected $position;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment