Yapter (Yet Another PHP Template Engine (r)) is a general purpose template engine class. Its purpose is to completely avoid mixing programming logic from the presentation aspects of Web sites.
The main characteristic of Yapter is the fact that a whole template can be specified in only one file. Yapter avoids the need for many template files by using blocks.
Yapter has most of the functionality that other engines provide. It is designed to be as abstract as possible, so it can be applied in any type of PHP application. |