Forum Moderators: coopster

Message Too Old, No Replies

PHP/MYSQL Class

Which is the Best PHP/MYSQL Class

         

nxfx

6:27 pm on Jul 6, 2006 (gmt 0)

10+ Year Member



Hello,

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)

10+ Year Member



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)

10+ Year Member



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)

10+ Year Member



PEAR has a pretty good DB package called MDB2. It's pretty straightforward to use as well.

nxfx

1:30 am on Jul 7, 2006 (gmt 0)

10+ Year Member



Thank u, i will look at that!