waqas_ahmad Posted August 6, 2013 Share Posted August 6, 2013 HI i am new to php coding, i am developing a blog site. I want to know what will be the database table for cms of this blog; blog is about posting a post, editing the post, comments, admin panel. What will be database tables and what should be entries? Quote Link to comment https://forums.phpfreaks.com/topic/280879-mysql-database-table/ Share on other sites More sharing options...
PravinS Posted August 6, 2013 Share Posted August 6, 2013 its better if you use any CMS like wordpress Quote Link to comment https://forums.phpfreaks.com/topic/280879-mysql-database-table/#findComment-1443639 Share on other sites More sharing options...
waqas_ahmad Posted August 6, 2013 Author Share Posted August 6, 2013 i want to learn cms in php coding and mysql, i am just making a simple blog as a sample project. I have no intention to use wordpress Quote Link to comment https://forums.phpfreaks.com/topic/280879-mysql-database-table/#findComment-1443642 Share on other sites More sharing options...
Boxerman Posted August 7, 2013 Share Posted August 7, 2013 There are some great places to learn some stuff on Google - w3schools - php snippets etc... some websites offer a sample code where you need to fix it etc. Like myself - Google taught me the basics! Quote Link to comment https://forums.phpfreaks.com/topic/280879-mysql-database-table/#findComment-1443792 Share on other sites More sharing options...
kicken Posted August 7, 2013 Share Posted August 7, 2013 What will be database tables and what should be entries? There is no simple answer to that. *YOU* have to decide that on your own. Think about what you want your CMS/Blog to do. What features should it have? What kind of data should it store? Once you determine what kind data you need to store, then you move into the database design aspect and determine how best to actually store that data. Reading up on Database Normalization should your first step so you can get an understanding of how to manage the data and how to properly split it up across tables. Quote Link to comment https://forums.phpfreaks.com/topic/280879-mysql-database-table/#findComment-1443796 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.