<email ⁄>
<windows live messenger ⁄>
<myCurriculum type="pdf" ⁄>
The PDO system consists of 3 classes: PDO, PDOStatement & PDOException.
The PDO class is responsible for maintaining the database connection doing some conection related stuff (like Transactions) and create the instances of the PDOStatement class.
The PDOStatement class is what you work with most of the time. It is handling the SQL queries and the fetching of the results.
The PDOException class is what you need for error handling.
este é só um excerto do artigo, para aceder ao artigo completo, clique no link em baixo:
this is just a small excerpt from the article, to access the full article please click in the link below:
http://www.dreamincode.net/forums/topic/214733-introduction-to-pdo/