raintpl icon indicating copy to clipboard operation
raintpl copied to clipboard

Easy Php Template Engine

Results 9 raintpl issues
Sort by recently updated
recently updated
newest added

{continue} command can now be used in loops as statedi in documentation.

Not normal / / analysis For example: Become:

When a template is modified, a static callback emits this warning: `Warning: preg_replace_callback() [function.preg-replace-callback]: Requires argument 2, 'self::single_path_replace', to be a valid callback`

I was refactoring an old application when I got stuck in a situation. When I `{include="CouponSection"}` and `CouponSection` in on the same path. Everything works fine. But when "CouponSection" is...

all the images and documentations return 404

Added a check for plain strings (single or double quoted). This also resolves the following issue: #### Before : `{"my string.with a dot"|myFunction}` outputs to `` which results in a...

The error is "premature end of script headers". The directory structure is this /index.php /rain/templates/main_templates

If a string is assigned to a variable in a template and contains multiple dot characters, the parser will assume that we are trying to reference an array for all...

I can't use the {include="templatename" cache="3600"} if my templatename has a subdirectory... you can fix this if you change in the compile code (line 442) the var $include_var for $include_template....