XtremeTemplate
XtremeTemplate is a powerful but lightweight object-oriented template system for PHP.
Unlike smarty or other template systems in php, XtremeTemplate don't need 2 level compilation, instead, it uses PHP itself as its template language so you don't need to learn a new syntax .
Why Use XtremeTemplate for Templates?
- XtremeTemplate is fast and easy to use.
- You don't need to learn a new language or markup to create a template. The template language is PHP, and the template file is a regular PHP file.
- You don't have to worry about separate directories (or permissions on those directories) for compiled template sources, because XtremeTemplate is not a compiling engine (the template scripts are already written in PHP).
- XtremeTemplate support HTML caching system, Which will save your server resource.
- XtremeTemplate also supports partial caching system that enable you to cache non-frequently updates thing in same page where all other frequently updated parts are running withour cache.
- XtremeTemplate support HTML Compression system that xtremely speed up your website.
- When you are using XtremeTemplate no need to use any other caching system/technique to speedup your script.
- The XtremeTemplate source code is easy to read, understand, and extend, because it is exceptionally well-commented.
- Because your template script is a regular PHP script, you can sprinkle it with comments and use phpDocumentor to document it.
Download Now
XtremeTemplate.zip
Size: 2815 bytes
Downloaded: 896 times

