Feedback wanted: new PHP template engine



Hi all,

The last few months I've worked on making a template engine because
the ones out there didn't serve my needs. I guess everybody knows
Smarty and has an opinion on it; I like many things about it, but
dislike many others. The thing I made is called 'Farty' (sorry, I suck
at names) and is in many ways a simpler version of Smarty. It keeps
the good (compiling to php files, clean syntax) and fixes the bad
(having to learn a new language, limited flexibility). I also added
some pretty nifty extensibility features, and I even wrote some docs!
I believe that right now it's just about as powerful as Smarty except
for some missing pre-packaged template functions - otherwise it should
be pretty mature already.

Anyway, I've hesitated for a while because that's the shy guy I am,
but I'd really want some feedback on it now, and see if the PHP
community thinks that this is a project work continuing (and given a
better name, maybe).

As such, any comments, good or bad, either here or on the website,
will be more than appreciated.

The URL is http://e.teeselink.nl/farty

Any feedback is very appreciated!
.



Relevant Pages

  • New template engine - retry
    ... Some of you may remember an earlier post about a smarty-esque PHP ... "mplate, a PHP template engine that Doesn't Suck" (or at least, ... is an improvement over Smarty (and the other, newer, template engines ... How do I convince others without becoming a ...
    (comp.lang.php)
  • Re: Templating Question
    ... We'd like to try using a template engine, but looking at Smarty it seems ... that you have to edit server-side settings to install it properly, ...
    (alt.php)
  • Re: Smarty Template Array Question.
    ... In the event that someone searches for this and gets the same response I ... > smarty as a template engine. ... > forums it too general, and I can't find anything that points to how to do ...
    (comp.lang.php)
  • Smarty Template Array Question.
    ... smarty as a template engine. ... In my application I can easily use this array to find the values I need. ... I want to assign my lookup value to the template, and have smarty perform ...
    (comp.lang.php)