|
Posted by Jerry Stuckle on 12/17/57 11:56
Craig Taylor wrote:
> Just curious as to opinions on the best DB interface for mysql ... I
> typically use the PEAR DB package but curious as to what others see as
> strengths and weaknesses in PDO, native mysql drivers and others.
>
> - Craig Taylor
> http://www.ctalkobt.net/php
>
Personally I just use the mysql or mysqli interface (depending on the
version of PHP I'm writing for).
Other programmers swear by PEAR:DB. It's OK, if that's what you want,
and it does make the interface easier.
If you don't want to use the mysql/mysqli interface, I would recommend
PEAR:DB.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|