Archive for May, 2007

Been a while since I’ve posted on here. Need to do it more often! Ought to look into getting some proper hosting and transferring the blog to a custom Wordpress install, too.

I’ve not done much Object Orientated Programming before. I took a year’s worth of Computer Science at University in which we did some OOP Java, but I never took it beyond that in a practical sense, and so I’ve not been familiar with it.

Most programming I’ve done since then has been PHP, and I’ve not used the OOP side of it. My host doesn’t have PHP5 anyhow, and that version changed the way that OOP worked anyhow, so I’ve put off using it. Most of my PHP projects have been database related, and I’d also had difficulty relating the relatively simple OOP stuff I’d done in Java to a practical application in a MySQL database. Sure, I might be looking up information about a person, who could have properties like “name” which I could access with methods like “setName”… but more practical MySQL-access OOP matters eluded me.

I came across this page tonight, which has a nicely worked out example, starting simple and building up, using a custom class for database access. I need to actually play with some examples and familiarise myself with it, but it seems fantastic

Popularity: 43% [?]

Posted in Computing, Programming. Popularity: 43% [?]