Welcome Guest, Not a member yet? Register   Sign In
CI3.0 PDO or Mysqli ready?
#1

Hi guys,

I want to know if CI3 is PDO or MySQLi ready?
Which one of this is configured already?
Or should I configure them manually myself?

Thanks in advance.
No SEO spam
Reply
#2

Okay I reviewed the database.php
and it was configured in MySQLi
so why MySQLi not PDO?
Can someone explain.

Thanks in advance.
No SEO spam
Reply
#3

I think it is Mysqli OK. But dont know about PDO. why MySQLi not PDO? No IDEA
CI4 FAN - Codeigniter Performance Specialist.
Reply
#4

Why PDO and not MySQLi?
Reply
#5

Isn't it PDO is much better than mySQLi?
Which is better?
That's why I'm asking?
No SEO spam
Reply
#6

Okay reading now...
http://code.tutsplus.com/tutorials/pdo-v...-net-24059
No SEO spam
Reply
#7

Oh, so PDO won that article.
Meaning PDO is much better than MySQLi.
So when will PDO be implmented instead of MySQLi?
Hope maybe in next release version?

Narf? your thought?
No SEO spam
Reply
#8

I can't believe I'm having this conversation ...

First of all, PDO isn't "much better" than MySQLi, it just has a nicer API if you use it directly and that's irrelevant in CodeIgniter's case because it has an abstraction on top of it.

Second, we don't implement one driver instead of another, we implement all of them and you just pick whichever one you want to use.

Third and final, don't believe everything you hear and everything you read on the internet.
Reply
#9

@Narf

I believe you, cuz you are one of the CI contributor.
Thanks for sharing your thoughts.
No SEO spam
Reply




Theme © iAndrew 2016 - Forum software by © MyBB