New York PHP PHP Training Schedule
Home Mailing Lists PHundamentals Presentations Search Contact Us
         Join Us! This Month's Calendar


A Tale of Three Templates

Lead by NYPHP members Chris Snyder, Daniel Kushner and Hans Zaunere, see how the different templating solutions compare. Chris looks at the powerful Smarty engine, Daniel examines the pure PHPLIB implementation, and Hans maintains that PHP is a templating engine itself! The panel will examine three identical tasks, and compare each solution for performance, maintainability and development lifecycle.

And now, thanks to Andrew Yochum, a fourth method for templating, PHPTAL is available.



Basic Tasks



Topics

Chris
Why use a template engine?
What is Smarty and what does it do?
Task 1 Task 2 Task 3
Daniel
What is PHPLib and what does it do?
How does the PHPLib approach differ from Smarty's?
Three tasks
Andrew
What is PHPTAL and what does it do?
Task 1 | Task 2 | Task 3
Hans
Why not to use a template engine? (or: why PHP is a template engine)
Task 1 | Task 2 | Task 3