Ordering List of Items – Doctrine / Symfony 1.4
Recently I had a requirement to write an interface that allows users to change order of elements and move them up and down. I would an interesting cookbook entry on symfony‘s website but it used propel as an ORM. Since my project uses doctrine, I had to implement the same in doctrine. Documenting this here [...]