astrospaces-devel Mailing List for AstroSPACES
Brought to you by:
p3net
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Phillip C. <ad...@p3...> - 2007-03-11 07:20:47
|
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. |