x:template - Designed for teams

x:template is designed to be used in a team. Most PHP template engines just wrap the logic a template contains into another syntax. x:template separates the logic and the templating nearly completely.

Developing web-applications in a team is always a bit difficult. In most cases the work of designers and developers overlap when it gets to the template. The HTML code of the designer and the logic of the developer have to merge into one template.
So for the developer the template becomes messy because of the HTML code and for the designer it gets messy 'cause of the PHP code.

x:template tries to separate these two workspaces: The designer creates his/her template and the developer puts his/her logic into a nice clean PHP file. And using x:template can't be easier. Developers can access the template elements with CSS selectors and modify them with a few lines to their needs.