Merge branch 'master' into 'main'
Milestone 1 See merge request if3110-2023-01-18/tugas-besar-1!8
Showing
- .env 5 additions, 0 deletions.env
- README.md 163 additions, 20 deletionsREADME.md
- app/Controllers/EventController.php 137 additions, 0 deletionsapp/Controllers/EventController.php
- app/Controllers/PembelianController.php 83 additions, 0 deletionsapp/Controllers/PembelianController.php
- app/Controllers/TicketController.php 58 additions, 0 deletionsapp/Controllers/TicketController.php
- app/Controllers/UserController.php 173 additions, 0 deletionsapp/Controllers/UserController.php
- app/Models/Event.php 216 additions, 0 deletionsapp/Models/Event.php
- app/Models/Pembelian.php 75 additions, 0 deletionsapp/Models/Pembelian.php
- app/Models/Ticket.php 76 additions, 0 deletionsapp/Models/Ticket.php
- app/Models/User.php 109 additions, 0 deletionsapp/Models/User.php
- app/Views/event/create.php 53 additions, 0 deletionsapp/Views/event/create.php
- app/Views/event/update.php 90 additions, 0 deletionsapp/Views/event/update.php
- app/Views/history/history.php 90 additions, 0 deletionsapp/Views/history/history.php
- app/Views/home/home.php 169 additions, 0 deletionsapp/Views/home/home.php
- app/Views/login/login.php 37 additions, 0 deletionsapp/Views/login/login.php
- app/Views/login/register.php 47 additions, 0 deletionsapp/Views/login/register.php
- app/Views/pembelian/pembelian.php 86 additions, 0 deletionsapp/Views/pembelian/pembelian.php
- app/Views/profile/edit_profile.php 69 additions, 0 deletionsapp/Views/profile/edit_profile.php
- app/Views/profile/view_profile.php 88 additions, 0 deletionsapp/Views/profile/view_profile.php
- app/Views/template/event.php 31 additions, 0 deletionsapp/Views/template/event.php
Please register or sign in to comment