Ouxsoft / phpmarkup

A Processor for Markup written in PHP. Allows for server side rendering of DOM.
MIT License
0 stars 1 forks source link

Add Dynamic Properties #10

Closed hxtree closed 3 years ago

hxtree commented 3 years ago

There is a need to have allow user have an API in which to set element properties dynamically.

This can be used to allow elements to use build an array of javascript and css includes, or share a database connection, or template engine, etc. KISS