I've just finished the basic construction of the new Templating Engine. You
can take a peek at it at
http://astrospaces.svn.sourceforge.net/viewvc/astrospaces/trunk/includes/template.php?view=markup
Lines 33-41 explain how to use it from a programming standpoint. From a
theme developers standpoint, it requires a slight bit of PHP knowledge (at
most, if() statements, foreach(), and echo), but it is much faster and suits
our needs much better.
Let me know if there are any suggested changes.
|