Connect to DB in external Library (CI 4) |
Quote:Please, give me an example for make a query inside a own library This is explained in the documentation that I linked to in my previous post - https://codeigniter.com/user_guide/datab...ar-queries Code: $query = $db->query('YOUR QUERY HERE'); |
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
|