Connect to DB in external Library (CI 4) |
(12-01-2020, 07:01 AM)craig Wrote: 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 I have choose CI from the second version for the opportunity of use your code inside the famework. Please, give me an example for make a query inside my own library |
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
|