There was an error fetching the commit references. Please try again later.
initial commit
Showing
- .gitignore 10 additions, 0 deletions.gitignore
- Dockerfile 8 additions, 0 deletionsDockerfile
- README.md 105 additions, 0 deletionsREADME.md
- app/.htaccess 11 additions, 0 deletionsapp/.htaccess
- app/components/Navbar.php 47 additions, 0 deletionsapp/components/Navbar.php
- app/components/PopupTemplate.php 44 additions, 0 deletionsapp/components/PopupTemplate.php
- app/config/Config.php 24 additions, 0 deletionsapp/config/Config.php
- app/controllers/AdminController.php 26 additions, 0 deletionsapp/controllers/AdminController.php
- app/controllers/AuthorController.php 181 additions, 0 deletionsapp/controllers/AuthorController.php
- app/controllers/BookController.php 348 additions, 0 deletionsapp/controllers/BookController.php
- app/controllers/GenreController.php 170 additions, 0 deletionsapp/controllers/GenreController.php
- app/controllers/HomeController.php 10 additions, 0 deletionsapp/controllers/HomeController.php
- app/controllers/NotFoundController.php 10 additions, 0 deletionsapp/controllers/NotFoundController.php
- app/controllers/UserController.php 296 additions, 0 deletionsapp/controllers/UserController.php
- app/index.php 4 additions, 0 deletionsapp/index.php
- app/init.php 13 additions, 0 deletionsapp/init.php
- app/interfaces/ControllerInterface.php 6 additions, 0 deletionsapp/interfaces/ControllerInterface.php
- app/interfaces/ViewInterface.php 6 additions, 0 deletionsapp/interfaces/ViewInterface.php
- app/main/Controller.php 16 additions, 0 deletionsapp/main/Controller.php
- app/main/Db.php 84 additions, 0 deletionsapp/main/Db.php
Please register or sign in to comment