rammaassoft
New Member
The way I'm designing my CMS, I'm trying to have a 1 web document per db entry. So that way I can just fetch the DB entry and chuck it to the browser. This is easy enough for the html document, but of course documents have pictures and audio and all sorts of other stuff in there, which complicates the matter. So what are your thoughts on this, should I have a table for every web-document, with the document as one row, then a row for images and such? Any tips? Or should I totally rethink this approach? *This is a personal project, so scalability etc is not a big concern.