-
-
Notifications
You must be signed in to change notification settings - Fork 6
Database
Greg Bowler edited this page Aug 30, 2018
·
16 revisions
The Database repository is separately maintained at https://github.com/PhpGt/Database
The database layer of PHP.Gt encloses your application's database scripts within a simple and standardised interface, separating database access from your page logic.
- 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