feat: add mvc and core adjustments
Showing
- .env 2 additions, 2 deletions.env
- Dockerfile 3 additions, 2 deletionsDockerfile
- app/controllers/NotFoundController.php 10 additions, 0 deletionsapp/controllers/NotFoundController.php
- app/controllers/UserController.php 0 additions, 0 deletionsapp/controllers/UserController.php
- app/core/Controller.php 23 additions, 0 deletionsapp/core/Controller.php
- app/core/Database.php 11 additions, 0 deletionsapp/core/Database.php
- app/exceptions/LoggedException.php 15 additions, 0 deletionsapp/exceptions/LoggedException.php
- app/interface/ControllerInterface.php 6 additions, 0 deletionsapp/interface/ControllerInterface.php
- app/interface/ViewInterface.php 6 additions, 0 deletionsapp/interface/ViewInterface.php
- app/models/BookModel.php 11 additions, 0 deletionsapp/models/BookModel.php
- app/models/UserModel.php 11 additions, 0 deletionsapp/models/UserModel.php
- docker-compose.yml 7 additions, 1 deletiondocker-compose.yml
- index.html 0 additions, 42 deletionsindex.html
- index.php 0 additions, 42 deletionsindex.php
- public/index.php 4 additions, 0 deletionspublic/index.php
Please register or sign in to comment