Data and Screen Reference
A compact reference of screens, data records, routes, and supporting files found in the module package.
Screens and Views
Controllers
Notes
View files
- notes/file_preview.php
- notes/index.php
- notes/modal_form.php
- notes/view.php
Data Records
Models
- Notes_model.php
Database tables
- notes
Routes and Entry Points
| Route | Target |
|---|---|
notes | Notes/index |
notes/(:any) | Notes/$1 |
Supporting Files
Migrations
No module migrations were found.
Seeders
- NotesDemoSeeder.php
Tests
No module-specific tests were found.
Helpers
No module helpers were found.
Libraries
No module libraries were found.
API configs
No API config files were found.