0

By using codeigneiter, I want to connect one controller and one model with another database.

Is it possible?

I am following this post Codeigniter - I am looking to use/connect to a different database for one of my controllers and one model, but I'm not getting any result.

Community
  • 1
  • 1
phpboy
  • 421
  • 2
  • 6
  • 11

1 Answers1

0

Use CodeIgniter documentation for Connecting to Multiple Databases

http://www.codeigniter.com/user_guide/database/connecting.html

Or try it Codeigniter - multiple database connections

Community
  • 1
  • 1
Manish
  • 96
  • 7