Hello, I'm developing my first cakephp application for an internal work project. this project is supposed to be a hardware pool administration, with users that can check out/in items from different hardware pools. Users can have access to several pools, and there are admin users for every pool who are allowed to add new users and modify the items other users have loaned out.
A short overview of the model relations: User HABTM Pool Pool hasMany Items Pool hasMany Loaners The problem I'm trying to wrap me head around is the different pools. I'm using the Auth component, and that takes care of authenticating users. But I have to check manually in every controller if the user is allowed access to a specific pool. I was not able to get the ACL component to do what I wanted, and I don't know if it really is the solution or if there is some other way (different modelling?) that I'm overlooking. I'd be grateful for any advice. --bjoh. 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
