In this tutorial, I will discuss the proper way of thinking about the templating engine, and how it applies to building an entire site. This tutorial will expect quite a bit more PHP knowledge than the last time - but it's nothing too difficult.
In this tutorial I will discuss the construction of the most basic PHP templating system, when and why you should use such a system, and how to implement and expand on the concept.