PHP Classes

Packages of shahnur

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of shahnur (2)  >  Mission progress status  >  Reputation  
Picture of shahnur
Name: shahnur <contact>
Classes: 2
Country: United States United States
Age: ???
All time rank: 1953276 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 1366
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 AHM Template Engine  
Template engine that uses regular expressions
This class implements template engine that uses regular expressions to search and replace template placeholder.

It searches for placeholder tags that start and end with # character and have the placeholder name prefixed with $.

The class replaces placeholders by values previously assigned before processing the template.

It also supports iterating over sections when the template variable values are arrays with the different values that should be used to process repeatedly the same section.

  Files folder image XtremeTemplate  
Template engine that uses PHP scripts as templates
This class implements a template engine that uses PHP scripts as templates.

It can assign multiple template variables that are assigned as local variables before processing the template scripts.

The class includes the template script that is executed with the template variables already assigned.

The template script output is captured into the PHP output buffer to be returned as a template processing result string.


  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