s0c0 Posted December 4, 2008 Share Posted December 4, 2008 I want to design a relatively simple CMS to deploy for clients. This will facilitate the basic content management side and since I will know the code it will be easy to customize for each client. I am using the Mocha UI and MooTools framework with PHP and MySQL. For editing the websites actual content I was thinking about using FTP and parsing the file based on meta tags, title tags, and special DIV IDs to determine a given section. Title and Meta info would be plugged into some text fields allowing the user to have unique meta tags for each page (or they could stick with defaults). I would have a special div id that my text parser would read into something like the FCK or TinyMCE editor. The thing I like about this model is there is far less database overhead with this approach. I am wondering if this a good approach or is it more on the novel to horrible side of things? Link to comment https://forums.phpfreaks.com/topic/135474-please-review-my-idea-for-a-cms/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.