Design on the server's side.

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

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 »

Template Lite. It's a light(er)weight version of Smarty.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
User avatar
figaro11
Forum Commoner
Posts: 64
Joined: Mon Sep 17, 2007 11:49 pm

Post by figaro11 »

pickle wrote:Template Lite. It's a light(er)weight version of Smarty.
Is there a beginners guide to templates, because I'm not understanding them very clearly?
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 »

Read the Template Lite docs ordo a Google search for PHP template engines. A lot of the engines work the same - simple variable replacement. The bigger & better ones allow you to do logic in the template itself too.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply