template coding

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vivendi
Forum Newbie
Posts: 3
Joined: Sat Oct 01, 2005 12:04 pm

template coding

Post 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.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post 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.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Re: template coding

Post 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.
Post Reply