Which PHP extension should I use for my DB wrapper

Amaltok

New Member
I'm building a database wrapper for my own use and I can't decide which PHP extension I should use, PDO or MySQLi.I'm only planning to use MySQL so I don't care about the support for other adapters with PDO. I've read a lot that PDO is becoming a 'standard' with PHP and perhaps I should use that? Then I think it's 'too much' because I only have the use of the MySQL adapter. But is MySQLi going to stick around and be further developed?I know there's a lot of threads dealing with the difference between the both but I didn't find anyone answering my question.P.S Have patience with the language, I'm an ??? (Swedish) kind of guy :)
 
Back
Top