Vikas: I am basically using the layout in the ACL example app in the Cake book (I would create a new Cake install and play with that example app a little bit - that was very helpful for me). It creates ACO entries for each controller/action and ARO for each group and user. I can get it to work as outlined above, but am worried about performance and scalability.
Anyone else have ideas here....am I worried about performance and scalability unnecessarily? If I am going to have 10,000 or even 100,000 users in my app - if I load the User object into memory my app won't make it - my understanding of the line $group =& $this->User- >Group; is that this loads everything into memory: -( I did just find this tutorial that looks promising (although I haven't implemented it yet): http://stackoverflow.com/questions/54230/cakephp-acl-database-setup-aro-aco-structure. I am currently looking at other ways to implement Auth and ACL/ARO then what the example app outlines, any other references to good tutorials, etc. would be appreciated. Thanks. Fred On Jan 7, 2:55 am, vikas <[email protected]> wrote: > hey Fred... > can u give me some idea about your aco table's entry??? > > I am trying to implement ACL in my project but little bit confused > over aco table's entry...I have also users and group tables. so I hope > u can help me... > > plz help me 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 -~----------~----~----~----~------~----~------~--~---
