PHP Classes

File: Readme.md

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Template Engine Class   Readme.md   Download  
File: Readme.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Template Engine Class
Process template files by replacing variable marks
Author: By
Last change: Update Readme.md
Date: 5 years ago
Size: 320 bytes
 

Contents

Class file image Download

PHP Template Engine Class

It is initial release

Description

This class can process template files by replacing variable marks.

It can take the name of a template file and processes it by replacing variables with parameter values passed using array.

The processed template data is returned as a single string.