Hello
I'd like to know how you web developers handle content management behind your clients' websites. I understand fully that for a majority of clients, they end up emailing you and asking for you to change things for them anyway, but maybe that's because the system you put behind there is simply too complicated for your client to bother to take time to learn.
I, personally, like to create a content management system from the ground-up in PHP and create the back-end based on the content of the site, rather than the other way around. This way, there are no features in the back-end that lead to nothing actually useful for the client, and the website cannot be screwed up by the client deleting pages accidentally.
The only problem with this is that it takes a lot more time, but it's still faster to me than having to create plug-ins to accomplish features I want (I find pure PHP easier than learning an entire framework).
How do you like to handle content management? Do you create your own CMS, use a pre-existing CMS (if so, which one?) or do you simply make html pages and edit them yourself when clients email you? (or any other ways?)
Thanks
I'd like to know how you web developers handle content management behind your clients' websites. I understand fully that for a majority of clients, they end up emailing you and asking for you to change things for them anyway, but maybe that's because the system you put behind there is simply too complicated for your client to bother to take time to learn.
I, personally, like to create a content management system from the ground-up in PHP and create the back-end based on the content of the site, rather than the other way around. This way, there are no features in the back-end that lead to nothing actually useful for the client, and the website cannot be screwed up by the client deleting pages accidentally.
The only problem with this is that it takes a lot more time, but it's still faster to me than having to create plug-ins to accomplish features I want (I find pure PHP easier than learning an entire framework).
How do you like to handle content management? Do you create your own CMS, use a pre-existing CMS (if so, which one?) or do you simply make html pages and edit them yourself when clients email you? (or any other ways?)
Thanks