Savant – Simple PHP Templating Engine
Using templates is especially useful in web application development. It allows developers to create custom layouts that will display data any way you want. It keeps your web application organized by separating the logic and programming from the design and interface. There are many template engines out there, but perhaps none like Savant.
