View Single Post
  #12 (permalink)  
Old 05-16-2007, 08:31 AM
moredial moredial is offline
WebProWorld Member
 

Join Date: Sep 2004
Location: uk
Posts: 49
moredial RepRank 1
Default Re: Need Help Understanding CMS's

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.
Reply With Quote