Data and Screen Reference
A compact reference of screens, data records, routes, and supporting files found in the module package.
Screens and Views
Controllers
Raffle_draw
View files
- raffle_draw/index.php
- raffle_draw/modal_form.php
- raffle_draw/modal_form_participants.php
- raffle_draw/modal_form_prizes.php
- raffle_draw/modal_form_status.php
- raffle_draw/modal_form_winners.php
- raffle_draw/single_qrcode.php
- raffle_draw/view_prizes.php
Data Records
Models
- Raffle_draw_model.php
Database tables
- event_raffle
- event_raffle_participants
- event_raffle_winners
- event_raffle_prizes
Routes and Entry Points
| Route | Target |
|---|---|
promos | Raffle_draw/index |
promos/raffles | Raffle_draw/index |
promos/raffles/(:any) | Raffle_draw/$1 |
promos/raffles/(:any)/(:any) | Raffle_draw/$1/$2 |
promos/raffles/(:any)/(:any)/(:any) | Raffle_draw/$1/$2/$3 |
raffle_draw | Raffle_draw/index |
raffle_draw/(:any) | Raffle_draw/$1 |
raffle_draw/(:any)/(:any) | Raffle_draw/$1/$2 |
raffle_draw/(:any)/(:any)/(:any) | Raffle_draw/$1/$2/$3 |
Supporting Files
Migrations
No module migrations were found.
Seeders
- PromosSeeder.php
Tests
- PromosTest.php
Helpers
- promos_helper.php
Libraries
No module libraries were found.
API configs
No API config files were found.