Web Development Starts Here…

Posts Tagged "PDO error handling"

Error handling methods in PDO

Posted by on Sep 2, 2010 in Object Oriented Programming, PDO, PHP | 1 comment

PDO offers you a choice of 3 different error handling strategies, to fit your style of application development. PDO::ERRMODE_SILENT, PDO::ERRMODE_WARNING and PDO::ERRMODE_EXCEPTION are the three modes of PDO error handling.

Read More