Simple CMS DB setup
Posted: Mon May 01, 2006 4:37 am
I need to create a very simple CMS to add/edit and remove pages. Not allowed to use a third party CMS, as it has to be created from scratch.
Just a little confused with how I should structure the DB? I only have a pageID, pageName and pageComment thus far. should I store page content in the DB ? or just a link where I can get the page contents. Also what other fields should I include?
Thanks
Just a little confused with how I should structure the DB? I only have a pageID, pageName and pageComment thus far. should I store page content in the DB ? or just a link where I can get the page contents. Also what other fields should I include?
Thanks