Hello.
I have an idea to use clean HTML-template in MVC in the following way:
- Designer generates HTML-template.
- On the server-side, Back-developer gets this HTML-template and fills it by data. The point: I don't want include ANY logic in the Hypertext Markup (so templates-engines is not variant). It's just like AJAX-development, but on the server-side.
I know that there is phpQuery and simpleHtmlDom, but it seems they have serious problems with speed.
Does somebody know any good instrument for PHP DOM manipulation?