-
-
Notifications
You must be signed in to change notification settings - Fork 6
Database
Greg Bowler edited this page Sep 11, 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.
- Use of
:orderBy
and:limit
, and why these have been implemented by Gt and not PDO.
- 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