Unable to connect to the database. |
Alternatively you can use "db_connect()" method to get connect to your database https://codeigniter.com/user_guide/datab...db_connect
BUT you shouldn't do it in Controller - all work with database must be organized in Models or Entities https://codeigniter.com/user_guide/models/index.html |
Messages In This Thread |
Unable to connect to the database. - by jatinkr@12 - 09-15-2020, 02:18 AM
RE: Unable to connect to the database. - by John_Betong - 09-15-2020, 07:41 AM
RE: Unable to connect to the database. - by T.O.M. - 09-15-2020, 07:55 AM
|