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.
template coding
Moderator: General Moderators
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.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Re: template coding
Writing your own templating system will not be simple.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.