I am creating an web application and I at the point that i am starting to make backend choices. Now there are a lot of ways to go with this, so I am looking for some good points and back practices.
Some of the question i have involve:
- Should i make a seperate table in the db for admin users
- Should i extend make some classes to load the admin data and the normal data, or make seperate classes for the admin section
- Where can i get some information on making different types of users
- Just some best practices for a backend
My application is written in PHP with an MySQL database.