app-zap / PHPFramework

A lightweight PHP framework as a composition of different good features and concepts of other frameworks intended for easy use and fast development
Other
4 stars 1 forks source link

Interchangeable templating engine #35

Open smichaelsen opened 9 years ago

smichaelsen commented 9 years ago

Check if it is possible to work with different templating engines, e.g. mustache, latte or fluid.

This should be completely transparent. Assigning variables and adding helper functions should work templating engine agnostic as far as possible.

twig should stay the default templating engine shipped with the framework, but we want to provide connectors to other templating engines as plugins.