[Phpug] Continuous integration and databases
David Coallier
davidc at php.net
Thu May 22 19:17:17 IST 2008
Hmm take 2, apparently first email was rejected for spam...
> Err, you told me I could go with MySql......
>
> And the Zend certif is half about it on the DB section.....
>
Yes if you are using only mysql you'll be fine since this the only
part of PDO that the community maintains and makes sure it works. I
was speaking in general (CI doesn't only cover MySQL ;-)) (Other
drivers) in PDO are quite unmaintained.
I personally do not like PDO with the current state, however, PDO and
PDO_Mysql are production ready :)
Sorry if I was unclear Stef but all I really mean is that if you are to use
exotic features of PDO, you may end up with surprises, however, if you
use PDO in a more "general" (connection, queries, prepare/execute)
then there's no problem :)
--
Slan,
David
More information about the Phpug
mailing list