The mysql extension is going away with the next major release of PHP. Any newer class that accesses a MySQL database should be using the mysqli extension. It makes it difficult for us to recommend a class when it will be outdated shortly.
I am fairly certain your class will only work in PHP 5 or greater and you have it listed to work with PHP 3.