PHP115

From mi-linux
Revision as of 09:01, 30 June 2016 by In9352 (talk | contribs)
Jump to navigationJump to search

Main Page >> Web Application Development >> Workbook >> Template Engines

Please note that this is an advanced topic. Make sure that you have worked through all the previous sections of this workbook before proceeding.

There are many PHP template engines out there, some of the most popular ones are:

  • Twig - probably the best current, framework-independent template engine.
  • Mustache - also very popular, much very simple and so not suitable for more complex projects.
  • Smarty - very old, and the website looks very date, but the product itself is very good and still actively maintained!
  • Blade - Blade comes with Laravel, a very popular PHP framework, but cannot easily be used without Laravel.
  • Volt - Volt is packaged with the Phalcon PHP framework, but can be used as a standalone product.

In this tutorial we will look at Twig

Installing Twig