Data and Screen Reference
A compact reference of screens, data records, routes, and supporting files found in the module package.
Screens and Views
Controllers
Example
View files
- example/index.php
- example/modal_form.php
- example/view.php
Data Records
Models
- Example_model.php
Database tables
- example
Routes and Entry Points
| Route | Target |
|---|---|
example | Example/index |
example/(:any) | Example/$1 |
Supporting Files
Migrations
- 20260612122502_create_example_table.php
Seeders
No demo or sample seeders were found.
Tests
No module-specific tests were found.
Helpers
- example_helper.php
Libraries
No module libraries were found.
API configs
No API config files were found.