Refactor of database models and views inc. bump to PHP 8.4 #46

Merged
vlw merged 6 commits from refs/pull/46/head into master 2025-08-02 13:32:22 +02:00
vlw commented 2025-08-02 13:23:12 +02:00 (Migrated from codeberg.org)

This PR is a complete refactor of all database tables, models, and "views" (we haven't created separate files for these yet - to be continued). We're no longer accessing the database through the API for the website itself. Vegvisir and Reflect both access it directly through the new database models, which use the new awesome Property Hooks introduced in PHP 8.4.

This PR is a complete refactor of all database tables, models, and "views" (we haven't created separate files for these yet - to be continued). We're no longer accessing the database through the API for the website itself. Vegvisir and Reflect both access it directly through the new database models, which use the new awesome [Property Hooks](https://www.php.net/manual/en/language.oop5.property-hooks.php) introduced in PHP 8.4.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
vlw/vlw.se!46
No description provided.