
March 22nd, 2005, 09:00 AM
|
|
|
|
Building a Template Parser Class with PHP, Part I
>It is easy to create a templating system in PHP; in fact, there are a number
of templating system packages. But what if you're putting together a relatively
small website, and don't really need one of those full-fledged systems? In this
first part of a two-part article, you will learn how to create a simple but
extensible PHP class for parsing templates.
Read the full article here: Building a Template Parser Class with PHP, Part I
For more discussion go here: Blog Article Discussion
|