DomTemplate

Bind dynamic data to reusable HTML components.

MIT License

Downloads
6.3K
Stars
17
Committers
5

Bot releases are visible (Hide)

DomTemplate - Full code coverage

Published by g105b almost 7 years ago

Now that this repository has been prototyped, it has reached full test coverage. Let's keep it at 100% as new features are introduced.

DomTemplate - Documentation started

Published by g105b almost 7 years ago

The readme file touches on the three main features of the library: binding, custom elements and template elements.

DomTemplate - Expand nested components

Published by g105b almost 7 years ago

Components can contain components. This is now implemented and tested, but may change.

DomTemplate - Custom components

Published by g105b almost 7 years ago

Custom components are now automatically converted into their template HTML.

DomTemplate - Basic DOM extension

Published by g105b almost 7 years ago

This first pre-release marks the successful extension of PHP.Gt/Dom with extended behaviour.