Skip to content
Greg Bowler edited this page Sep 10, 2018 · 8 revisions

The DOM repository is separately maintained at https://github.com/PhpGt/Dom

// What is DOM?

// Accessing the DOM from PHP.

// Warning about tightly coupling logic to views.

// Data binding feature of DomTemplate is recommended, but it's useful to understand the underlying tools first.

Important data types

// Document, HTMLDocument, Node, Element, NodeList, etc. and their DomTemplate extension.

Node traversal

// TODO.

Node manipulation

// TODO.

Clone this wiki locally