Merge branch 'routing' into 'main'
Add routing logic to web app See merge request if3110-2023-01-h/tugas-besar-1!3
Showing
- .htaccess 15 additions, 0 deletions.htaccess
- Dockerfile 1 addition, 2 deletionsDockerfile
- api/login.php 4 additions, 4 deletionsapi/login.php
- api/logout.php 2 additions, 4 deletionsapi/logout.php
- api/signup.php 2 additions, 2 deletionsapi/signup.php
- app/controllers/HomeControl.php 7 additions, 0 deletionsapp/controllers/HomeControl.php
- app/controllers/LoginControl.php 9 additions, 0 deletionsapp/controllers/LoginControl.php
- app/controllers/ProfileControl.php 9 additions, 0 deletionsapp/controllers/ProfileControl.php
- app/controllers/RegisterControl.php 7 additions, 0 deletionsapp/controllers/RegisterControl.php
- app/controllers/RestaurantsControl.php 11 additions, 0 deletionsapp/controllers/RestaurantsControl.php
- app/core/App.php 60 additions, 0 deletionsapp/core/App.php
- app/core/Controller.php 11 additions, 0 deletionsapp/core/Controller.php
- app/core/db.php 2 additions, 2 deletionsapp/core/db.php
- app/init.php 4 additions, 0 deletionsapp/init.php
- app/models/food.php 1 addition, 1 deletionapp/models/food.php
- app/models/restaurant.php 1 addition, 1 deletionapp/models/restaurant.php
- app/user.php 0 additions, 20 deletionsapp/user.php
- app/views/home/index.php 9 additions, 11 deletionsapp/views/home/index.php
- app/views/login/index.php 5 additions, 4 deletionsapp/views/login/index.php
- app/views/navbar/index.php 3 additions, 3 deletionsapp/views/navbar/index.php
Please register or sign in to comment