Back to PHP, with classes!
Published 8.12.2008 by ~mattg
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 had a lot of extra time (haha, that’s funny), I’d re-write the entire site using classes for the DB objects. But for now, the new stuff will have to do.
As far as work goes, I’m pretty busy trying to wrap up my projects for the month and get a jumpstart on my quarterly objectives. I just realized that I have some extra projects (like creating an installer for our new product) that may take up a good portion of my time next month, so I’m trying to get my development done this month.
I had really hoped to get to all of my development tasks, but I had about a week and a half of straight bug fixing in order to help get bugs down for a release at the end of this month. We’re getting there, but there is a lot more to do before we can wrap it up.
Filed under .NET Development, Web Development