Tagged Questions
2
votes
5answers
1k views
How should I be implementing my ACL in a web application?
I've been thinking about the web app I'm about to begin developing and wondering whether my usual approach could be improved.
In my last few apps I've created a table (see below) of roles (such as ...
1
vote
1answer
1k views
How to unzip a folder and delete zipped original? (PHP)
I am creating something like eazy installer\setuper for my CMS. When user downloads .zip with my CMS and unpacks it into some folder on his php server he sees a file - install.php and a zip folder ...
0
votes
0answers
51 views
Rights managmement for MySQL table rows
I am designing a MySQL schema, with an "Account" tables for users and a "Groups" table for usergroups with a m:n relation between these two tables. Users can log in and are saved into a session in ...
0
votes
2answers
449 views
how to download folder from some ftp server into your server home directory and give to that directory rights?
how to download folder from some ftp server into your server home directory and give to that directory rights? (like all files in this directoy have all or non rights...) not using special libs if it ...