Promos Reference Public

Data and Screen Reference

A compact reference of the screens, data records, routes, permissions, and supporting files that make up the Promos module package.

Guide version: r1 Module version: 0.2.0 Updated: 2026-07-22 Estimated time: 1 min 2 views
Reference

Data and Screen Reference

A compact reference of screens, data records, routes, and supporting files found in the module package.

Slug: promosVersion: 0.1.1Category: PromosReviewed: 2026-07-11

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

RouteTarget
promosRaffle_draw/index
promos/rafflesRaffle_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_drawRaffle_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.

Was this guide helpful?

Report a content problem