Mark Grey
Mark Grey

Reputation: 10257

PHP PDO - migrating to CodeIgniter

Does anyone know if there is a viable library for PDO database access for CodeIgniter? I only ask because I am in the process of migrating over to CI and am having trouble integrating my old Database classes as libraries in the CI framework - can't seem to get them to utilize CI's config constants for database access. Any thoughts? It would help make my implementation a little more database-flexible.

Upvotes: 3

Views: 2970

Answers (2)

Mikelangelo
Mikelangelo

Reputation: 917

Please refer the following URL:

Upvotes: 2

csi
csi

Reputation: 9338

Step by step adding PDO in Codeigniter Tutorial.

This thread also discusses Using PDO in Codeigniter

Upvotes: 2

Related Questions