For nested groups, you should read this post: http://edwardawebb.com/programming/php-programming/cakephp/nested-trees-cakephp
In ACL, I (personnaly) think it's a good idea to have a ROOT group, even if you don't use it now, maybe later ;) If you don't want one, a NULL value should suffice. On 27 mar, 05:16, brian <[email protected]> wrote: > I need to have nested groups, so the table has a parent_id column. > But, should top-level groups have a NULL parent_id? Or would there > have to be a ROOT group, so to speak? I'm having a real hard time > sorting all this out. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
