:: Personal website of a Toronto web designer
Lately » mySQL wrapper class tutorial
Creating an mySQL Wrapper Class Anyone who has used mySQL for their RDBMS (Relational Database Management System) will be aware how much mySQL quickly becomes a vital part of any web application. Unfortunately most of you will also know how much repetitive PHP code mySQL requires.
I always wanted to do something like this and it will definitely find its place in my upcoming projects.
:: Sasha, at 04:13 pm on Thursday, 11. November 2004
For some reason I actually like using PHP code, but when I did play with database classes, this is the one I liked the most:
http://www.jvmultimedia.com/home/articl...rticleId=2
:: vitez-koja, at 04:38 pm on Thursday, 11. November 2004
I did used wrapper clases earlier but now I returned to original way of doing things. PHP5 and mysali is allmost all I need.
The only class that I still use when heandling with user imput is SafeSQL
http://www.phpinsider.com/php/code/SafeSQL/
This is great peace of code as well as smarty template class http://smarty.php.net
:: zoka, at 10:36 am on Friday, 12. November 2004
I'm getting an error on that article "Warning: mysql_connect(): Too many connections in".
All-in-one package
http://adodb.sourceforge.net/
:: Davor, at 08:58 am on Saturday, 13. November 2004
Useless scrawling facts:
Top 5 scrawlers:
(updated once a day)
556 Sasha
488 zoka
316 vitez-koja
235 Davor
58 mungos

