Page 1 of 1

template coding

Posted: Sat Oct 01, 2005 12:38 pm
by vivendi
Hello, i want to try to create a simple website that uses a template. Exactly like phpBB has. Only my site is just for a simple test but the concept is exactly the same.
Anyone has any good tutorials for me that explains the basics.
Maybe you heard of a class called "FastTemplate", i dont want to use this. I would like to write everything myself.
Please post your link if you know a tutorial for this.
Thanks for any help.

Posted: Sat Oct 01, 2005 2:21 pm
by pickle
I know I've seen templating tutorials on the web, but I'll be damned if I can think of where I found a single one. Do a google search for "PHP template tutorial" and you should find what you're looking for.

Re: template coding

Posted: Sat Oct 01, 2005 5:04 pm
by Roja
vivendi wrote:Hello, i want to try to create a simple website that uses a template. Exactly like phpBB has. Only my site is just for a simple test but the concept is exactly the same.
Anyone has any good tutorials for me that explains the basics.
Maybe you heard of a class called "FastTemplate", i dont want to use this. I would like to write everything myself.
Please post your link if you know a tutorial for this.
Thanks for any help.
Writing your own templating system will not be simple.