summaryrefslogtreecommitdiff
path: root/includes/model/Post.php
AgeCommit message (Collapse)Author
2021-08-11Add getters for nested objectscflip
2021-08-10Small style updatecflip
2021-08-10Change URLs to relative pathscflip
2021-08-10Update names of database variablescflip
2021-07-20A bit of code cleanupcflip
2021-06-23Add the rest of the changescflip
2021-06-06Remove manage post and search pagescflip
2021-06-05Move object related functions into their classes.cflip
Some of the pages are still broken from this commit, but I plan to either rewrite or ignore them.
2021-04-24Use Session class instead of $_SESSIONcflip
2021-04-24Remove all uses of db_inc.phpcflip
This method of importing the database login every time wasn't very good. Now everything uses the new Database singleton class.
2021-04-23Refactoring part 1cflip