Overview

After many tests with other php template engines I came to a point of thinking where the only decision was to write my own. The need of this came from the need of allowing my users to edit their own templates but without any risk to my system. The answer was - simple syntax with no php code allowed inside the template file.

So here it is MoxesTemplate.php. it allows loops, ifs, includes and function calling.

It is still in testing period so, try it on your own risk. MoxesTemplate do not support cache like smarty, raintpl or others.