How to Generate a PHP Template Class to Render Views in CodeIgniter Applications By Manuel Lemos Many PHP applications use MVC frameworks like CodeIgniter and others to develop faster the application code using existing class libraries.
Rendering the output of a page is a common task that most applications need to perform.
Often this task is performed using templates that are processed to create the page output.
The package provides a viewer class that simplifies the development of PHP applications that use the CodeIgniter framework to render the current request output using a given template PHP script.