Posted by Jerry Stuckle on 11/04/07 13:51
macca wrote:
> Hi,
>
> What should I be using for general MySQL database access? I've been
> using the traditional mysql extension for ages, but I'm trying to
> update my style to a more OOP paradigm.
>
>
> I've used PDO briefly but I've not used the mysqli extension yet.
> I've read a bit about it though, seems good and more OOP orientated
> (for the most part). But PDO seems more generic and transferable.
>
> Any comments?
>
>
> TIA
>
>
If I'm going to be using only mysql, I use the mysqli classes. I like
the way they're designed and it has less overhead than PDO.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|