This class can store and retrieve images in a MySQL database table.
The class can store an image file in MySQL table row, encoding the image contents as text using base64 algorithm. Each stored image is associated with its file name and an identifier number.
The class can also retrieve and decode the data of an image given its identifier number or file name.