-
-
Notifications
You must be signed in to change notification settings - Fork 5
Project structure reference
Greg Bowler edited this page May 9, 2026
·
2 revisions
- Provide a quick directory and file reference for WebEngine projects.
page/class/query/www/- config files
- Page views and logic.
- Application classes.
- SQL queries.
- Built assets and public files.
- Index files.
- Paired HTML and PHP files.
- Shared layout and component directories.
Move on to the Further Reading chapter with Distinct Logic Authority.
- 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