-
-
Notifications
You must be signed in to change notification settings - Fork 6
Hello You tutorial
Greg Bowler edited this page Aug 21, 2018
·
21 revisions
In the previous tutorial we covered creating an empty WebEngine project and displaying the traditional message "Hello, World".
This tutorial continues from this point and adds dynamic content to the page. Instead of displaying "Hello, World", we will change it to greet you by name. This will cover taking user input and binding data to the page output.
In this tutorial we will learn:
- Use of superglobal variables are protected within WebEngine
- How to handle user input from a
<form>
and react to a<button>
being pressed - How to bind data to the page for outputting dynamic text
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