PHP Classes

Classes of Daniel Chaves

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Daniel Chaves (1)  >  Mission progress status  >  Reputation  
Picture of Daniel Chaves
Name: Daniel Chaves <contact>
Classes: 1
Country: Brazil Brazil
Age: 41
All time rank: 2588179 in Brazil Brazil
Week rank: 195 Up14 in Brazil Brazil Up
All time users: 838
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 IS Layout  
Template engine that replaces place holder values
This class is a template engine that searches for place holders tags using regular expressions and replaces them with input values.

The class can use templates defined specified files or takes the template text as an argument.

It can replace template place holder values in the whole template or partially in sections delimited in the template with special identifiers.

It can iterate over a given section to repeat it in the output but using different template input values on each iteration.

It may also include the output of one processed template as input value of another template to be processed.

To generate the final output the class removes all place holders that were not used.


  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