Commits on Source (99)
-
Kenneth Dave authored
-
Kenneth Dave authoredf59db211
-
Kenneth Dave authorede05fc053
-
Naufal-Nalendra authored901fb2b9
-
Naufal-Nalendra authored79a1d219
-
Naufal-Nalendra authored9ccbdb51
-
Naufal-Nalendra authoredea6323ef
-
Kenneth Dave authored3313a474
-
Naufal-Nalendra authored2dd367b9
-
Naufal-Nalendra authored2d93e873
-
Naufal-Nalendra authored11bb6551
-
kevinjohn01 authoreda1cb9731
-
Kenneth Dave authoredd152bd05
-
Kenneth Dave authored085684d4
-
Naufal-Nalendra authoredda2032b2
-
Naufal-Nalendra authored79e99945
-
Naufal-Nalendra authored64e0b586
-
kevinjohn01 authoredcdf44645
-
Naufal-Nalendra authored076ddeff
-
Naufal-Nalendra authored7d7ac966
-
Kenneth Dave authoreda2367e1a
-
Naufal-Nalendra authored6168ea31
-
Naufal-Nalendra authored30bf32a3
-
Naufal-Nalendra authored112346fa
-
Naufal-Nalendra authored0f365c64
-
Naufal-Nalendra authored13537604
-
Naufal-Nalendra authored7ced6b56
-
Naufal-Nalendra authoredfb5dda1e
-
Naufal-Nalendra authored9183a47e
-
Naufal-Nalendra authoredcb0ff63c
-
kevinjohn01 authored9b4919ca
-
Naufal-Nalendra authored303f23dd
-
Naufal-Nalendra authoreda8092a02
-
Naufal-Nalendra authorede0d32743
-
Kenneth Dave authored7398257f
-
Kenneth Dave authoredbe618a16
-
Kenneth Dave authored682151cf
-
Naufal-Nalendra authoreda1f03fdb
-
Kenneth Dave authored838568b3
-
Kenneth Dave authorede013ac4e
-
Kenneth Dave authoreda2b60a0a
-
kevinjohn01 authored7a1f5eeb
-
Naufal-Nalendra authoreda1ca9782
-
Kenneth Dave authored30835e51
-
Kenneth Dave authoredd2d20e00
-
Naufal-Nalendra authored88ba7991
-
Naufal-Nalendra authoredd7fc1f3b
-
kevinjohn01 authored64c7622d
-
Kenneth Dave authored3789d0bc
-
Naufal-Nalendra authored569a64e0
-
4033db35
-
Kenneth Dave authored2722ab48
-
Kenneth Dave authoredbfd1d3d1
-
Naufal-Nalendra authored8a35fb95
-
Kenneth Dave authoredaa2c4df0
-
6f9bcae6
-
Naufal-Nalendra authored66366cca
-
Kenneth Dave authoredb8ced433
-
d75a4a39
-
kevinjohn01 authoredb8d2c2f2
-
Naufal-Nalendra authoredaabf5961
-
Naufal-Nalendra authored3623e1e8
-
Naufal-Nalendra authored8547fc83
-
Kenneth Dave authorede454591c
-
Kenneth Dave authoredb00482d0
-
kevinjohn01 authored480ceb68
-
Naufal-Nalendra authored8ca346a3
-
Naufal-Nalendra authorede7a839ae
-
Naufal-Nalendra authoreda2b43d9b
-
Naufal-Nalendra authored97067e73
-
Naufal-Nalendra authoredaf57dd83
-
Naufal-Nalendra authored5c32fb19
-
Naufal-Nalendra authored8ae6d4cd
-
Kenneth Dave authoredb8e00414
-
Naufal-Nalendra authoreda8271efd
-
Naufal-Nalendra authored490cdc78
-
Naufal-Nalendra authored6be44eaf
-
Naufal-Nalendra authored48675d87
-
Naufal-Nalendra authoredd69398a7
-
Kenneth Dave authoredae3e9985
-
Kenneth Dave authored84a3e47f
-
Kenneth Dave authoredb0da683c
-
Kenneth Dave authoredea1147c9
-
Kenneth Dave authored75f7a5ba
-
Kenneth Dave authored3b83a89a
-
Kenneth Dave authored45cb1c26
-
Naufal-Nalendra authored112f2191
-
kevinjohn01 authoredb08d3b72
-
Naufal-Nalendra authoredd520ba01
-
kevinjohn01 authored9b3cc852
-
cb9364ea
-
Naufal-Nalendra authoredb092dd34
-
Kenneth Dave authoredcd27a827
-
Kenneth Dave authorede43f8515
-
Kenneth Dave authored656e4b9f
-
Naufal-Nalendra authored8d60c813
-
Naufal-Nalendra authorede782246c
-
Kenneth Dave authored538d4fbb
-
Kenneth Dave authoredf2cc912b
Showing
- .env 6 additions, 0 deletions.env
- Dockerfile 8 additions, 1 deletionDockerfile
- README.md 103 additions, 20 deletionsREADME.md
- app/.htaccess 4 additions, 0 deletionsapp/.htaccess
- app/config/config.php 18 additions, 0 deletionsapp/config/config.php
- app/controllers/Defaultx.php 9 additions, 0 deletionsapp/controllers/Defaultx.php
- app/controllers/Login.php 86 additions, 0 deletionsapp/controllers/Login.php
- app/controllers/Register.php 47 additions, 0 deletionsapp/controllers/Register.php
- app/controllers/User.php 178 additions, 0 deletionsapp/controllers/User.php
- app/controllers/admin.php 372 additions, 0 deletionsapp/controllers/admin.php
- app/core/App.php 65 additions, 0 deletionsapp/core/App.php
- app/core/Controller.php 17 additions, 0 deletionsapp/core/Controller.php
- app/core/Database.php 91 additions, 0 deletionsapp/core/Database.php
- app/core/tables.php 38 additions, 0 deletionsapp/core/tables.php
- app/init.php 7 additions, 0 deletionsapp/init.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/AuthorModel.php 35 additions, 0 deletionsapp/models/AuthorModel.php
- app/models/BookModel.php 205 additions, 0 deletionsapp/models/BookModel.php
- app/models/UserModel.php 52 additions, 0 deletionsapp/models/UserModel.php
.env
0 → 100644
app/.htaccess
0 → 100644
app/config/config.php
0 → 100644
app/controllers/Defaultx.php
0 → 100644
app/controllers/Login.php
0 → 100644
app/controllers/Register.php
0 → 100644
app/controllers/User.php
0 → 100644
app/controllers/admin.php
0 → 100644
app/core/App.php
0 → 100644
app/core/Controller.php
0 → 100644
app/core/Database.php
0 → 100644
app/core/tables.php
0 → 100644
app/init.php
0 → 100644
app/interface/ControllerInterface.php
0 → 100644
app/interface/ViewInterface.php
0 → 100644
app/models/AuthorModel.php
0 → 100644
app/models/BookModel.php
0 → 100644
app/models/UserModel.php
0 → 100644