> Think of it like an user/group relation with two tables. Each user > belongs to only one group. Now I would like to move the user user up > and down in an automagic way...
Ahh! ok, in that case, you've gone about it slightly the wrong way. Your User model isn't a tree, teh groups ahh. You don't move the user around the tree, you change the group that user belongs to. You can then change the position of a group till your hearts content. J -- jon bennett - www.jben.net - blog.jben.net Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
