-
Skor PHP Template can read a template from a file and file placeholders to be replaced by template variable values. Skor PHP Template can assign individual variable values or arrays with several variable values. Delimited template section replacements are supported through a separate sub-class. Requirements: PHP 5.0 or higher
-
ubtemplate can process a template with blocks delimited by named marks. ubtemplate supports several types of blocks that represent template variables to be replaced, nested blocks, iterative blocks and blocks defined in separate template files. ubtemplate returns the processed template data as a string. Requirements: PHP 5.0 or higher
-
One or more named sections delimited by marks that define the section name can be contained in the templates. A template section may contain multiple replacement tags that may be of three types:- file to be included, - another section to be inserted - a simple text replacement.
-
template_tpl can search and replace template placeholders delimited by marks defined by variable names enclosed in special mark start and end characters.Special marks are used to define template blocks that may define conditional sections. In order to process nested blocks the class will create new instances of itself.Requirements: PHP 5.0 or higher
-
A file containing rows of data that use the | character to delimit table cell data is used to define the table contents.
-
Delimited Text Files takes a string with a text line and splits the text where comma or tab characters appear. The split text chunks get returned as strings in an array.Requirements: PHP 4.4 or higher
-
A text string can be searched for sections enclosed by specified delimiters.The found text sections are replaced by text with other start and end delimiters, leaving intact the text inside the delimiters.Requirements: PHP 3.0 or higher
-
Edit File Tags can be used to replace tags in file with new values. It can open a file and retrieve the list of all the tags enclosed within given start and end delimiter characters.Edit File Tags can also traverse the file and replace the tags with new values. The start and end tag delimiter characters are configurable.
-
Text 2 Phonome can be used to convert English text to the respective phonome representation. It provides options for delimiting sentences, words and phonomes themseleves for further processing ie. thru flash etc.

