Actions
Feature proposal #2671
closedimplement new template system
Description
Add new template system that removes a lot of PHP logic. Remove class and function necessity and just parse the direct PHP output. Write templates primarily in HTML with echoes as needed for PHP logic.
Updated by krileon about 13 years ago
- Status changed from New to Rejected
Not needed with new APIs as it has reduced lines of code in templates significantly. Reducing any further would limit template possibilities. As is it allows custom functions on template by template basis and self contained in their own class giving massive potential.
Actions