Erulabs.com

PHP for beginners: The templating system pt. 2

Posted: 4/19/2009 by S. Mooy  Tags: PHP, WebDev

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.

PHP for beginners: The templating system

Posted: 4/17/2009 by S. Mooy  Tags: Beginner, PHP, WebDev

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.