22.06.2013, 09:02
Well, think about what features your system will have, and base the database structure off of that.
cms_users
- user_id
- user_name
- etc..
cms_articles
- article_id
- article_name
and so forth. Don't know what else to say really
cms_users
- user_id
- user_name
- etc..
cms_articles
- article_id
- article_name
and so forth. Don't know what else to say really