diff options
| author | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-27 18:16:44 +0300 |
|---|---|---|
| committer | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-27 18:16:44 +0300 |
| commit | b52e052bd3741c1ddf1bdaa43079ba5a9eafc8bd (patch) | |
| tree | ebf54306edc20705544ea4d10cb12b34a66c05cc /public/app/controllers/Admin.php | |
| parent | 187335950742b4c7ec011ede6e6d1ae86662cb1f (diff) | |
| download | classroom-b52e052bd3741c1ddf1bdaa43079ba5a9eafc8bd.tar.gz classroom-b52e052bd3741c1ddf1bdaa43079ba5a9eafc8bd.tar.bz2 classroom-b52e052bd3741c1ddf1bdaa43079ba5a9eafc8bd.zip | |
setting blueprint in action
Diffstat (limited to 'public/app/controllers/Admin.php')
| -rw-r--r-- | public/app/controllers/Admin.php | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/public/app/controllers/Admin.php b/public/app/controllers/Admin.php deleted file mode 100644 index 6f6858c..0000000 --- a/public/app/controllers/Admin.php +++ /dev/null @@ -1,58 +0,0 @@ -<?php -namespace app\controllers; - -use Registry; -use Render; - -// user classes and models -use app\extends\Classroom_user; -use app\extends\Classroom_manager; -use app\models\admin\User_model; - -use app\extends\Send_mail; -use app\extends\Mail_jet; - - -/** class Auth - * - * handles user's Authentication and Authorizarion - * - */ -class Admin { - - /** admin cateogories - * - */ - public static function categories() - { - Render::view('admin/categories'); - } - - - /** admin lessons - * - */ - public static function lessons() - { - - } - - - /** admin pages - * - */ - public static function pages() - { - - } - - /** admin users - * - */ - public static function users() - { - - } - - -}
\ No newline at end of file |
