All of my pages and links are controlled by a MySQL database. This would mean that any time I need to provide the content, each and every cell of a row is used. When needed to create the links, only the page name, file name, and description are used. However, each and every row of a table is accessed. By doing this, everything is very uniformed, and organized. As time would allow, it would only be optimized better, and when I learn more, the methods used would only get easier to handle. My current database is pages pages, or lines for inserting. All of the other parts of the page is used and reused over again. In example, the same style sheets are used on each page, and every page uses the same file to build the template which controls the layout. |