I want to use the PEAR Mail_queue package which requires the PEAR MDB2 package for database abstraction.
I currently use MySQLi for all my database queries and dont really desire using MDB2.
Would it be bad practice to use both MDB2 and MySQLi in my PHP applications at the same time?
Can anyone give me a good reason to use MDB2 over MySQLi all together?
Thanks.