Hi,
as my thesis I programming web app. in CakePHP. I nedd use ACL for
controll access to some function in application. And I need controll
access to files, some users can delete, edit, read or created some
files. Can I use ACL component for this, I dont know if its possible
use it check access do any operation with file.

My idea is:
- database table for files, where i will save information about file
(size, name, type, created time)
- every file has setting premission (admin role can delete, edit, this
file;  register user can read this file)

User click on link (download file), script get his ROLE check if this
role can download this file - if can user download this file, if cant
get warrning.

Do you have any idea how do it with ACL controller or if is it
possilbe do or I need develop own controll logic for this.

THX

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

Reply via email to