aboutsummaryrefslogtreecommitdiff
path: root/models/database.php
Commit message (Expand)AuthorAgeFilesLines
* hotfix: Replace environment variables with php global constantsSyndamia2025-02-121-7/+16
* feat: Add XAMPP setupSyndamia2025-02-011-4/+15
* feat: Logout buttonSyndamia2025-01-261-0/+6
* Added additional table column for the favicon in the databaseGeorgi Nikolov2025-01-251-0/+7
* feat(models/webpage): Fix logic for get_allSyndamia2025-01-191-2/+2
* feat(database): Add an update record functionSyndamia2025-01-191-1/+8
* feat(models): Separate user and webpage out of databaseSyndamia2025-01-191-58/+0
* feat(database): Update _get_all to include an additional query and add mostVi...Syndamia2025-01-191-3/+11
* fix: Rename Webpage to Webpages and remove unique path constraintSyndamia2025-01-191-2/+2
* feat(database): Implement Webpage classSyndamia2025-01-191-0/+24
* feat(database): Created a generic Table classSyndamia2025-01-191-21/+46
* feat(database): Return user id upon creationSyndamia2025-01-191-1/+5
* feat(models): Implement database model with User table bindingSyndamia2025-01-191-0/+50