I am working on a project where there are 6 main pages. I need to create a system whereby certain employess can login to PHPMYADMIN and dynamically update page information and maybe even create pages. I want to know if it would be more efficient to make tables for each different sub-directory (which contains page id's and page names) or if it is more effective to build one table that somehow references these sub-directories.
I know I will probably get a lot of suggestions to use a CMS system, but I have already tried many different ones, and none of them did what I wanted easily enough.
Help anyone?