-
-
Notifications
You must be signed in to change notification settings - Fork 6
Distinct Logic Authority
Greg Bowler edited this page Jan 22, 2019
·
4 revisions
Every operational state of a system should be represented by an individual URL. Using the URL it should be inherently obvious where the entry point to the application logic is, and the logical execution path of the request/response should be handled by one distinct area of the system's logic.
- 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