-
Template Handler sets template objects which are contained within the template file. Objects can be set multiple times within the same script with each "setObject" content appending to the previous.Additionally, the template can also contain PHP code, and Template Handler will be correctly evaluated and displayed.
-
phpFile can create a new file or open one file that already exists with a given access mode. Data can be appended, inserted at a given position or removed from between two positions.
-
Multiple includes takes a string as constructor parameter with the base name of the scripts to include separated by spaces. Each of the scripts are included by appending the .php extension to their base name.Requirements: PHP 3.0 or higher

