0 votes
in CodeIgniter by
How can the user can connect models to a database manually?

1 Answer

0 votes
by
In order to connect the models to a database manually the following depicted syntax is used:

$this->load->database();

Related questions

0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
0 votes
asked May 1, 2022 in Azure Cosmos DB by sharadyadav1986
...