What choices to make for an application backend
Posted
by Saif Bechan
on Stack Overflow
See other posts from Stack Overflow
or by Saif Bechan
Published on 2010-03-19T05:04:31Z
Indexed on
2010/03/19
5:11 UTC
Read the original article
Hit count: 262
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.
© Stack Overflow or respective owner