Hi, I'm developing a project with CakePHP and after read some tutorials about Acl and Auth, I still have a doubt. In all the tutorials I've read, the Acl system is based on allowing or denying access to actions. I will need this too, but I'll also need to allow or deny access to some group of devices.
In other words, I have a client that will need to control remote devices. The remote devices will be located somewhere inside a LAN, so the client can't connect directly to it. The solution to this is the website I'm working on that will make the "bridge" between the client and the remote devices. Client <------------------------> WebServer (CakePHP) <--------------------------> Device I know the existence of the next line, that can be placed in the model we want to be the ACO, but after that how does it work to add allowing or denying permissions? Thanks for your attention. Best regards, João Gonçalves -- 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=.
