3

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.

Jordan Ryan Moore
  • 6,877
  • 2
  • 26
  • 27
DeaconDesperado
  • 9,977
  • 9
  • 47
  • 77

2 Answers2

2

Please refer the following URL:

Rahil Wazir
  • 10,007
  • 11
  • 42
  • 64
Mikelangelo
  • 907
  • 8
  • 20
2

Step by step adding PDO in Codeigniter Tutorial.

This thread also discusses Using PDO in Codeigniter

Community
  • 1
  • 1
csi
  • 9,018
  • 8
  • 61
  • 81