ExTemplates Library 0.5.0
ExTemplates is an EXtensible Templates library for PHP. As a PHP template libraries, it provides all necessary functionality for separating PHP logic of an application from a visual representation of the data. The feature for a simple method to add your own controls to the template differs it from other template libraries. It is also an object-oriented library.
Features of the ExTemplates:
- Object-oriented. The Library itself is the set of classes that encapsulates the different aspects of the library functionality, e.g. loading, building and caching.
- Easy for use. Because of the object-oriented structure of the code you only need to know few methods and properties for effective work.
- Only necessary methods and code. The core functionality of the template library is encapsulated in few main classes and you may use only necessary of them. All extended functionality are formed as classes and may be easy included or excluded from the project.
- Easy Extensible. To extend the template library you only need to create a class that realizes the "render()" function and include it to a page that uses it.
- Fast. The template library is fast itself, but the time of creating object model of large templates may be easy improved by using caching of parsed templates. Currently, the filesystem may be used for caching.
More popular Template engine
- smarty 3.1.13 (3 months 27 days ago)
- PHPLayouts 0.9.2 (2 years, 5 months 11 days ago)
- Savant 3.0.1 (2 years, 2 months 8 days ago)
- vLIB 4.2.1 (2 years, 5 months 11 days ago)
- QuickSkin 5.0 (2 years, 5 months 11 days ago)
Listing Files

ExTemplateLib.php- 247 Bytes
- 08/17/2003 05:13:54

welcome.html- 413 Bytes
- 08/17/2003 05:04:28

license.txt- 2.3 KB
- 08/17/2003 00:30:00

history.txt- 142 Bytes
- 08/17/2003 00:59:46

Repeater.php- 1.1 KB
- 08/18/2003 00:14:36

welcome.php- 592 Bytes
- 08/17/2003 05:15:56

TemplateFactory.php- 1.3 KB
- 08/17/2003 05:15:38

ExTemplate.php- 315 Bytes
- 08/17/2003 05:13:40

TemplateBlock.php- 1.3 KB
- 08/18/2003 02:25:18

ExTemplateLib.php- 247 Bytes
- 08/17/2003 01:13:54

welcome.html- 413 Bytes
- 08/17/2003 01:04:28

license.txt- 2.3 KB
- 08/16/2003 20:30:00

history.txt- 142 Bytes
- 08/16/2003 20:59:46

Repeater.php- 1.1 KB
- 08/17/2003 20:14:36

welcome.php- 592 Bytes
- 08/17/2003 01:15:56

TemplateFactory.php- 1.3 KB
- 08/17/2003 01:15:38

ExTemplate.php- 315 Bytes
- 08/17/2003 01:13:40

TemplateBlock.php- 1.3 KB
- 08/17/2003 22:25:18

TemplateBuilder.php- 2.3 KB
- 08/17/2003 22:23:20

