Quote:
|
Originally Posted by hommealone
Please help me to understand and compare Content Management Systems (CMS), especially those specifically well suited for website developement. I am most familiar with PHP, and so would like to focus on PHP-based systems (open-source, free-type).
|
Have a look at Smarty. It is more a layout generating script which sits on top of the rest of your php code and gives you as much control over the what and where of content that you need. It has to sit on the server hosting the site and has a cache for all the dynamic pages so does not hit the server as hard as one of the non-cached CMS offering.