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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.