-
-
Notifications
You must be signed in to change notification settings - Fork 25
Home
Greg Bowler edited this page May 16, 2016
·
13 revisions
Thank you for taking the interest in contributing to this project. A concise overview of how to contribute to the project is available on the Contribution guide page.
- An introduction to the Document Object Model - general overview of the DOM and outline of where this project fits.
- Using traits - how traits are utilised within the hierarchy.
-
Live properties - to provide classes with live properties, DOM classes should use
prop_*
methods instead of using__get
and__set
.
PHP.Gt/Dom is a separately maintained component of PHP.Gt/WebEngine.