aboutsummaryrefslogtreecommitdiff
path: root/models/database.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | With that commit handled the saving of that favicon as well
* 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 ↵Syndamia2025-01-191-3/+11
| | | | mostVisited function to Webpage
* 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