-
-
Notifications
You must be signed in to change notification settings - Fork 6
Application architecture
Greg Bowler edited this page Mar 28, 2018
·
38 revisions
The most minimal PHP.Gt WebEngine application consists of the following source files:
.
├── composer.json
└── src
└── page
└── index.html
For context, a tree diagram of an example large application with many source files can be seen on the example large application tree page.
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