Login
Remember
Register
Ask a Question
How can the user can connect models to a database manually?
0
votes
asked
Dec 30, 2020
in
CodeIgniter
by
SakshiSharma
How can the user can connect models to a database manually?
#models-connect
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 30, 2020
by
SakshiSharma
In order to connect the models to a database manually the following depicted syntax is used:
$this->load->database();
...