-
-
Notifications
You must be signed in to change notification settings - Fork 6
DOM manipulation
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.
// Document, HTMLDocument, Node, Element, NodeList, etc. and their DomTemplate extension.
// TODO.
// TODO.
Website | Packagist | CircleCI | Scrutinizer
- Request-response lifecycle
- Running your application
- Project layout
- Application architecture
- Web servers
- URIs
- Page view
- Dynamic URIs and pages
- Headers and footers
- Page logic
- Protected globals
- User input
- Cookies
- Sessions
- DOM manipulation
- Custom HTML components
- DOM templates
- Binding data to the DOM
- Database
- Client side assets
- API Webservices
- Security
- Configuration
- Build system
- Coding styleguide