Posted by Michael Fesser on 11/04/07 08:26
..oO(macca)
>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.
Use PDO if available.
Micha
[Back to original message]
|