]> git.leonardobizzoni.com Git - highschool-graduation-project/commit
Generic controllers + multiple layouts
authorLeonardoBizzoni <leo2002714@gmail.com>
Sun, 17 Apr 2022 10:55:11 +0000 (12:55 +0200)
committerLeonardoBizzoni <leo2002714@gmail.com>
Sun, 17 Apr 2022 10:55:11 +0000 (12:55 +0200)
commit95e03bd399fece9a5093536b0aea5e57d116c304
tree7deea0de4f66fd437624e7c39105c680938cf112
parentf9ec67aff97a1b93b0d05acdc22ff3f98e1779e4
Generic controllers + multiple layouts
14 files changed:
README.org
www/controllers/AuthController.php [new file with mode: 0644]
www/controllers/SiteController.php [new file with mode: 0644]
www/core/Application.php
www/core/BaseController.php [new file with mode: 0644]
www/core/Request.php
www/core/Router.php
www/pub/index.php
www/views/contact.php
www/views/home.php
www/views/layouts/auth.php [new file with mode: 0644]
www/views/layouts/main.php
www/views/login.php [new file with mode: 0644]
www/views/register.php [new file with mode: 0644]