Does anyone know of an existing implementation of a sortable behavior for Doctrine? I’m actually amazed is isn’t in the default behaviors since it’s such a common thing in most webapplications.
Does anyone know of an existing implementation of a sortable behavior for Doctrine? I’m
Share
There’s one in GitHub here:
http://github.com/jdudek/doctrine-sortable
(the doctrine-project.org link at this time is 404)