which is the best PHP/MYSQL Class out there, small and effective? RIght now i am using ezsql!
Thanks
eelixduppy
6:34 pm on Jul 6, 2006 (gmt 0)
How about mysqli [us2.php.net]? Personally I just use regular MySQL Functions [us2.php.net] ;)
nxfx
7:13 pm on Jul 6, 2006 (gmt 0)
Yeah same here, but i like in for example EZSQL the fact that u can write queries shorter and nicer ;)
Thank u
Sekka
7:16 pm on Jul 6, 2006 (gmt 0)
but i like in for example EZSQL the fact that u can write queries shorter and nicer ;)
True. But it adds to processing power and time. If it's a small website, then you won't notice anything, but on a larger scale, you will see the strain it puts on. Just normal mysql functions for me.
winglian
8:32 pm on Jul 6, 2006 (gmt 0)
PEAR has a pretty good DB package called MDB2. It's pretty straightforward to use as well.