开发者

Sortable behavior for Doctrine ORM

开发者 https://www.devze.com 2022-12-26 02:34 出处:网络
Does anyone know of an existing imple开发者_如何学Gomentation 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 webap

Does anyone know of an existing imple开发者_如何学Gomentation 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.


There's one in GitHub here:

http://github.com/jdudek/doctrine-sortable

(the doctrine-project.org link at this time is 404)


after some creative googleing i've found out about this plugin: http://www.doctrine-project.org/extension/Sortable !!!


Here's one

https://github.com/bshaffer/csDoctrineActAsSortablePlugin#readme


Maybe the question is too old, but here is Doctrine Sortable Extension on github.

And also Knp Doctrine Behaviors Bundle.

0

精彩评论

暂无评论...
验证码 换一张
取 消