PHP Classes

Classes of Yayak Zakaria

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Yayak Zakaria (1)  >  Mission progress status  >  Reputation  
Picture of Yayak Zakaria
Name: Yayak Zakaria <contact>
Classes: 1
Country: Indonesia Indonesia
Age: 43
All time rank: 185323 in Indonesia Indonesia
Week rank: 256 Up4 in Indonesia Indonesia Up
All time users: 1490
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Template Interface Engine  
Template engine based on regular expression.
Template Interface Engine joins back-end code (as business logic layer) and HTML code (known as presentation layer) which are written in separate files. This class implements a template engine that uses regular expressions to locate placeholder marks. It supports template loops and uses event driven callback functions to set variables inside the loop sections. Outside loop sections, the variable values can set directly. The tags used by this engine are enclosed by comment HTML tags, so the templates layout can be edited later by any WYSIWYG HTML editor. Supported tags are: LOOP, IF, ELSEIF, ELSE and INCLUDE. The engine is equipped by configuration file for customization. It also may handles multiple files (such as header, body and footer) and supports '_PIPE' output instead of stdout or as file.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z