Hi,
Does anyone know any good ordering and sorting behaviours for cakephp?
The sort where I can have "Move Up", "Move Down", "Move to top" and "Move to bottom"?
That sort of this.
Thanks!
Hi,
Does anyone know any good ordering and sorting behaviours for cakephp?
The sort where I can have "Move Up", "Move Down", "Move to top" and "Move to bottom"?
That sort of this.
Thanks!
I've used OrderedBehavior, it worked fine for me, don't know if it has 'move to top' and 'move to bottom' though.