Back to PHP, with classes!
I have a couple of features to implement for a side project, and I finally delved into the basics of PHP classes. I’m sure that I am not using the full functionality of the class, but at least I can now load objects from the database without repeating SQL statements constantly. If I [...]