View Single Post
  #4 (permalink)  
Old 08-30-2008, 05:24 PM
orjan's Avatar   
orjan orjan is offline
Programming Expert
 
Join Date: Sep 2007
Location: Sunne, Värmland, Sweden
Age: 33
Posts: 359
Last Blog:
Procedural Programming...
Credits: 42
Rep Power: 9
orjan has a spectacular aura aboutorjan has a spectacular aura aboutorjan has a spectacular aura about
Default Re: Creating template system for my own cms

I actually use smarty as a template engine as it's called,and I'm very pleased with it.
it uses .tpl files and contains all the html and info from the actual page sent by a special variable system.

the main thing is that you can do different tpl:s for the same page, and as you write your output in the tpl, you can have a large setup of themes as many cms:es call it.
Reply With Quote