Tagged Questions
1
vote
0answers
36 views
keeping track of user privileges on a website when giving them access to a specific page
I am building a website that logs users in using Facebook, Twitter, and Google. During the log in process I also ask the users for some permissions regarding my use of their personal information ...
1
vote
1answer
69 views
how to prevent user to changing/deleting other user data
I am creating multiuser application. created using php codeigniter And I am seeking the best practice or the best way to prevent user to changing/deleting other user data.
I have some relational ...
1
vote
3answers
1k views
multi-user application record locking - best method?
I'm developing a php / mysql application that handles multiple simultaneous users. I'm thinking of the best approach to take when it comes to locking / warning against records that are currently being ...
0
votes
1answer
33 views
CakePHP App-Structure: one DB & App vs. multiple DBs & Apps
I have a brief conceptional question:
Recently, I started to develop an app in which I can (on the fly) create clients who, in turn, can create projects that have lots of other stuff (own logins, ...