-
-
Notifications
You must be signed in to change notification settings - Fork 5
Dynamic URIs
Greg Bowler edited this page May 9, 2026
·
3 revisions
- Explain when static file mapping is not enough.
- Give examples such as IDs, slugs, and category trees.
Note
You'll see the term "URI" used alongside "URL" and sometimes "URN" when reading web development documentation. In most cases, URI, URL and URN mean the same thing.
- Explain the use of dynamic path markers and matching logic.
- Explain how route parameters become available to application code.
- Explain how
@and@@are used differently.
- Encourage readable, stable URIs.
- Explain how URI design affects code organisation and user understanding.
- Explain how one logic file can handle many related URLs.
Let's move on to how page headers and footers can be added automatically, or jump ahead to page partials.
- 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