Forum / Rain TPL Community / General Discussion / Modules, Plugins, Filters? 


+   Reply to Thread

Hi,

I am looking to move away from Smarty and to Rain, I make use of plugins in smarty and was wondering if this is supported in raintpl. Many of them are block functions of just plain smarty functions that render out markup based on the array of params. Thanks.

Fred.
Yes, we implemented the plugins in RainTPL 3 which is still in alpha version:
https://github.com/rainphp/raintpl3

Although you can easily solve most of your problem also in RainTPL 2 just using modifiers and {function} tag.

+   Reply to Thread