> I've spent a lot of time studying the ACL+auth, but I don't know how > to implement a such thing:
Me too. Eventually, I gave it up as to much to learn and over complicated. I wrote my own solution using existing auth in about 25 lines of code + 2 small tables that does everything I want, including access control down to view level. CRUD was just too vague for this application. There will be several posts in section and > I want to restrict access to those posts only for few chosen users. > How sholud I set up ACL/auth to work this way? I guess it depends how dynamic are your requirements. If you can identify the posts reliably then it should be possible. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
