Template
Template copied to clipboard
Experimental, HTML-only templating engine
I've been working on Respect\Template this week and achieved a nice result. My current branch has some killing features: ``` php ` in the final compilation. Now, in any moment,...
Let me put this as a question and let the title serve as the answer. Why exactly are we using Zend's DOM Library? Already we have problems to add it...
Adapters
We must implement/create a number of Adapters that transform `arrays``to``DomElements`` to be appended to the document. There is a simple adapter example (Adapters/A.php), but we must accept more situations to...
http://www.w3.org/TR/wai-aria/roles Ok, I believe this could be a major selling point for Respect\Template. Anyone familiar with WAI-ARIA? ARIA roles are tied to HTML elements to specify how UI behaves. For...
HTML5
Seems that I broke HTML5 support in one of my commits.
Plugins
Plugins are a way of adding a different behavior when decoration elements, examples of plugins are: - Custom rendered elements (The date/calendar element you just spoken on issue #4) -...