This is my class Sql.php extending from PDO.
private $conn; function __Construct(){ $this->conn = new PDO(\"mysql:host=localhost