views:

126

answers:

3

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!

+1  A: 

I've used OrderedBehavior, it worked fine for me, don't know if it has 'move to top' and 'move to bottom' though.

Simon Groenewolt
Worked a treat, even had move to top and bottom :)
Smickie
A: 

If that is a tree structure you need to order use Tree behavior.

bancer