PHPtemplater is a PHP class that helps the programmer to manage templates by isolating the programmer from all the template operations, allowing the programmer to focus on the template management and data insertion. PHPtemplater is simple to use and to install. It is extensible, and supports loop, merge, and conditional tag replacement.
| Tags | Internet Web Dynamic Content |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | PHP |
Recent releases


Changes: The scope bug was fixed. Previously, when trying to access a nested merge or loop tag, the template only worked if the inner tag was the parent's direct descendant. Now it works properly. A test was added to check this condition, and the rest of the defined tags were fixed. A bug was fixed inside the regular expressions used to find the tags. A problem that prevented proper parsing when spaces were inserted inside the tags was fixed.


Changes: This is the initial stable release. This release features all the documentation, examples, and code.