PHP Classes

Easy Template: Template engine based on real HTML tag replacement

Recommend this page to a friend!
  Info   View files View files (10)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 59%Total: 3,895 All time: 814 This week: 134Up
Version License PHP version Categories
easytemplate 3.0Freely Distributable5.0PHP 5, Templates
Description 

Author

Incredibly easy and powerful templating class - Separate your code from your HTML. The code is extremely compact and fast. Uses regular expressions to do most of the work.

This powerful class implements a template engine based on tag replacement. It can load templates from files and replace tags with template parameter values.

The template tags are special HTML comments (or ACTUAL HTML TAGS). They can be replaced with arbitrary HTML, arbitrary text to be escaped as HTML, text read from files or remote Web pages, or another template.

New version 2.5: Now you can use actual HTML tags as template tags! Use ANY HTML editor to create your templates.

Replace an HTML tag or just the tag's data. Change actual existing tables, dropdowns, and list data on the fly with arrays - while still keeping all attributes and style information. Grab a table from a page on another site or create SELECT OPTION lists on the fly - all from one single line of code.

Supports database records, numbered arrays, and associative arrays - and can even populate table headers using array keys... and LOT'S MORE.

Methods were separated into an extended class for performance (because they use the regex engine). The separation of code also makes the class more maintainable, faster, memory efficient and easier to use for smaller projects. Use "Template" for simple templating and "TemplateHTML" for ultra high performance HTML support where actual form elements can be used as template tags.

(Still compatible with 1.x code - works GREAT with Ultimate MySQL class)

Picture of Jeff Williams
  Performance   Level  
Name: Jeff Williams <contact>
Classes: 7 packages by
Country: United States United States
Age: 43
All time rank: 384 in United States United States
Week rank: 22 Up4 in United States United States Equal
Innovation award
Innovation award
Nominee: 1x

  Files folder image Files  
File Role Description
Plain text file template.class.php Class Easy Template Class File
Plain text file templatehtml.class.php Class Optional Advanced HTML Templating Class
Accessible without login HTML file help.html Doc. Help File
Accessible without login HTML file example3.html Example Example 3 - New 2.5 Features!
Accessible without login Plain text file example3.php Example Example 3 - New 2.5 Features!
Accessible without login Plain text file example1.html Data Example 1 - Old style comment tags
Accessible without login Plain text file example1.js Data Example 1 - Old style comment tags
Accessible without login Plain text file example1.php Example Example 1 - Old style comment tags
Accessible without login Plain text file example2.html Data Example 2
Accessible without login Plain text file example2.php Example Example 2

 Version Control Unique User Downloads Download Rankings  
 0%
Total:3,895
This week:0
All time:814
This week:134Up
 User Ratings  
 
 All time
Utility:81%StarStarStarStarStar
Consistency:75%StarStarStarStar
Documentation:50%StarStarStar
Examples:62%StarStarStarStar
Tests:-
Videos:-
Overall:59%StarStarStar
Rank:1291