I would like to implement a system on our company intranet that allows people to maintain resources relavent to their line of business. This means (to me anyway) that I want to implement a database back system that allows users to add pages, without a knowledge of html.
I already have a PHP controlled document database running off Postgres, so I have a windows nt based secure logins, session management, and the server in place.
My main dilema is how to added new pages, and get them automatically linked into top level pages. My aim is to create and maintain new files, rather than have the pages constructed on the fly.
Thanks
Paul