For a super-lightweight templating system a modified version of which I use for customizable emails, you could try http://www.massassi.com/bTemplate/. It doesnt do string modifiers although I daresay you could add that in, but it does do iterations and conditional logic. Most importantly it is tiny and therefore super-easy to get working and to understand.
Or you could get adventurous and look at http://www.liquidmarkup.org/ from Shopify (Ruby on Rails) and see what ideas you get from that open- source templating language... ianh On Jun 2, 1:15 pm, Max <[EMAIL PROTECTED]> wrote: > Thank you Dr. Sani, > The problem with that is that it limits features that the user can do. > No iterations, string modifiers, etc... I am looking to implement > roughly the same features and flexibility that smarty supports. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---