New Project
I'm working on a new project! Instant real-time photo sharing. Check it out at http://burstn.com.
Here is my burst timeline: http://burstn.com/joshdavey
PHP template assembly glue engine
I'm working on a new project! Instant real-time photo sharing. Check it out at http://burstn.com.
I thought listing the goals I wish to meet with tag-Engine will help put the "point" of tag-Engine into perspective. So here they are...
I've been reading some of the blog posts in response to the tag-Engine presentation last night and I just thought I'd clear some things up for those that are confused or don't understand how this differs from the smarty engine.
{loop[1|3]:}
<div id="special">
{counter[$x]}
{db.src[$articles|$x|article_title]}
{db.src[$articles|$x|article_splash_id] set[$imgid]}
{img[$imgid]}
</div>
{:loop}
{loop[4|($num_results - 3)]:}
<div id="normal">
{counter[$x]}
{db.src[$articles|$x|article_title]}
</div>
{:loop}
Today I gave the big premiere presentation on tag-Engine at the 4th Toronto Demo Camp in front of nearly 150 people and I got a lot of positive feedback. Many people were asking when they can get their hands on it but unfortunately I don't think it'll be until sometime this summer. Because A) I'm trying to get through finals and B) there are still a few more things I'd like to fit in before I let the world disassemble my baby.
Welcome to the home blog of the PHP template system, tag-Engine. Tag-Engine is a new kind of template system that gives more power to the artists that use template systems to draw and derive content on the frontend of generic content management systems.