-
Notifications
You must be signed in to change notification settings - Fork 0
Home
volux edited this page Aug 8, 2013
·
10 revisions
This PHP library is probably one of the many inspiring the famous jQuery. The volux\dom works with XML through the extends of the standard classes DOM via \DOMDocument::registerNodeClass, but the most interesting are the possibilities of working with HTML in jQuery-style (include chaining calls). For obvious reasons, in PHP, we can only work with the creation and transformation of the HTML document. To do this, volux\dom offered volux\dom API in many ways similar to the jQuery API.