PHP4 Database Connection Class

by stilling2006 on 2008-11-10 22:22:53

During the process of programming, having some well-crafted code snippets can always make your work more efficient. These pre-prepared code snippets or third-party components are not only easy and efficient to use but also, with continuous accumulation, can eventually become part of your personal library.

This is a PHP database connection class that I've been using frequently recently, and I find it quite useful. I'd like to share it with all of you. There are still some advanced PHP functions combined with MySQL that haven't been encapsulated in this class. If you take it and improve upon it, I hope you could share it back with us as well. Hehe.