While I converted myself (finally!) From mysql_connect () to PDO :: etc. and all other mysql functions, in order to apply the best coding style of DB abstraction to my sites, I could not help but notice how object-oriented, error exception handling and prepared statements based on this material. I am fine with all this, but I am sure that the newcomer next to me only comes to the ease of copying and pasting.
Are there any libraries / scripts / user contributors to simplify DBO calls, like removing exception handling and object orientation, or at least n00b?
I created my own library with PDO, but I'm not sure what is already there?
source
share