Hi, Below is the db connection class I came out with so far, but I am going to improve it by extending the PDO class itself, connection = new PDO("mysql:host=$hostname;dbname=$dbname", $username, $password); $this->connection->setAttribute(PDO::ATTR_ERRM...