Templating
Spent the morning putting together a basic templating language in PHP. It's now up and running with simple tags (which are entirely programmable and are not hard-coded) Just need to implement tags that contain a body and possibly hook up the code supporting parameters, and we're away!
Posted in: /php
You may comment...