openConnection(new PDO("dsn","username","password")); // getting a table object $table = $conn->getTable("User"); ?>