Data and Screen Reference
A compact reference of screens, data records, routes, and supporting files found in the module package.
Screens and Views
Controllers
Todo
View files
- todo/file_viewer.php
- todo/helper_js.php
- todo/index.php
- todo/modal_form.php
- todo/todo_lists_widget.php
- todo/topbar_icon.php
- todo/view.php
Data Records
Models
- Todo_model.php
Database tables
- to_do
Routes and Entry Points
| Route | Target |
|---|---|
todo | Todo/index |
todo/(:any) | Todo/$1 |
Supporting Files
Migrations
No module migrations were found.
Seeders
- TodoDemoSeeder.php
Tests
No module-specific tests were found.
Helpers
- todo_widget_helper.php
Libraries
No module libraries were found.
API configs
No API config files were found.