summaryrefslogtreecommitdiffstats
path: root/includes/concert.php
Commit message (Collapse)AuthorAgeFilesLines
* Add some error reporting to Concert class.Harald Eilertsen2021-04-011-1/+7
|
* Refactor processing uploads.Harald Eilertsen2021-03-081-0/+49
Moves all database operations to separate classes for each type of object, bands, venues and concerts. This makes the logic cleaner, and concentrates the db related code to logically distinct parts of the code. This means we no longer need the global access to the $wpdb object from the processing code.