-
-
Notifications
You must be signed in to change notification settings - Fork 5
Routing reference
Greg Bowler edited this page May 9, 2026
·
3 revisions
- Document routing behaviour as a reference rather than a tutorial.
- Basic file-based routing rules.
- Index resolution rules.
- Dynamic path matching.
- Header and footer inclusion rules.
- API route behaviour.
- Conflicting file and directory names.
- Dynamic and static path clashes.
- Content-type-driven route selection.
Read about page logic conventions next.
- File-based routing
- Page views
- Page logic
- Dynamic URIs
- Headers and footers
- Custom HTML components
- Page partials
- Binding data to the DOM
- DOM manipulation
- Hello You tutorial
- Todo list tutorial
- Address book tutorial WIP
- Blueprints
- Application architecture
- Coding styleguide WIP
- PHP environment setup WIP
- Web servers WIP
- Background cron tasks
- Database setup WIP
- Client-side compilation WIP
- Testing WebEngine applications WIP
- Production checklist WIP
- Security WIP