Actions
Feature #19185
closedAdd a new templating engine
Start date:
2008-08-02
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
The current marker templating system collected quite some dust over the years. It's time to improve it.
1. While the current system uses a pure data push mechanism, the new system should support a mix of push and pull data.
For push data all data that could potentially be used in the template needs to be prepared beforehand, pull will get the data only if the template engine finds the according markers.
2. Add support for loops
3. Add support for if/else constructs
4. add support for view helpers
(issue imported from #M9103)
Actions