View Single Post
  #2 (permalink)  
Old 08-30-2008, 11:53 AM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 10,868
Last Blog:
Artificial Intelligenc...
Credits: 1
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default Re: Creating template system for my own cms

This depends, largely, on how you have built your CMS. You can make it as simple as including a header and footer on every page and the user could change these (this is how vBulletin works). You could pass all data to a template file that simply extracts and uses what data it needs (this is how Joomla! works). You could take a look at the smarty framework and replicate their template system (they use a bunch of .spl files or something similar that is very irritating to work with).

There are many more methods. John may tell you his method that he uses for his CMS.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Reply With Quote