[PHP] Re: Template Engine with Event Handlers

2005-07-10 Thread Matthew Weier O'Phinney
* Rory Browne <[EMAIL PROTECTED]>: > Anyone know if any of the current PHP templating solutions implement > event handling? > > I mean something similar to ASP.NET's onClick events, etc. I was > thinking maybe a js-triggered ajax system, which allowed php to access > some of the JS Objects? > > I w

[PHP] Re: Template Engine -> TinyButStrong

2004-05-16 Thread Skrol 29
Hi, Sorry if my reply looks like an advertisement, but TinyButStrong is a mature PHP Template Engine simple and which offers lot of features. It's only 1 file (= easy to install), 1 class with 8 methods and 2 properties. TinyButStrong's tags can be 100% designed into the template using WYSIWYG ed

[PHP] Re: template engine

2003-06-19 Thread Andrei BEJENARU
You must use $template = preg_replace("!{for loops=(.*)}(.*){/for}!U", code('\\1','\\2'), $template); since the references are of the form \\n Andrei BEJENARU "Niels Uhlendorf" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Since I don't want to continue with Smarty I start