PDA

View Full Version : PHP XTemplate


online.education
November 14th, 2007, 07:48 AM
I want to use php to not repeat coding certain elements of the website like header and footer. So, I asked around to see if there is a frame work that I can use to accomplish this. Then, I found out about PHP XTemplate ( http://www.phpxtemplate.org/ ). Online document doesn’t say much, so I just downloaded it. I took a look at a few files and this seems like what I want, but … I’m kind of lost.

Let’s say that I want to convert a plain html website like this (http://www.cre8iveonline.com/) into the one built using PHP XTemplate. Where do I go from here …??? How do I approach this …???