Menu toggle

Database Class

Ben Squire Avatar

Database Class

The sites development is marching ever closer to completion, but before that happened I decided to create a Database class. In this instance the class is quite simple:

  • It only handles Mysql
  • It has no factory function
  • The connection information is defined as being static
however the class is quite clever..
  • It can return the total number of inserted rows
  • Get the last insert id
  • Has a 'clean' function.
Nothing fancy, but my inner geek enjoyed making it :)