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
- It can return the total number of inserted rows
- Get the last insert id
- Has a 'clean' function.