Connect to DB in external Library (CI 4) |
You don't need to use mysqli_query directly. The documentation explains how to connect to databases and execute queries: https://codeigniter.com/user_guide/database/index.html
|
Messages In This Thread |
Connect to DB in external Library (CI 4) - by henry_miaomiao - 12-01-2020, 06:43 AM
RE: Connect to DB in external Library (CI 4) - by craig - 12-01-2020, 07:01 AM
RE: Connect to DB in external Library (CI 4) - by henry_miaomiao - 12-01-2020, 09:08 AM
RE: Connect to DB in external Library (CI 4) - by craig - 12-01-2020, 09:22 AM
RE: Connect to DB in external Library (CI 4) - by henry_miaomiao - 12-01-2020, 01:25 PM
|