public function detail($id){
## // Load the grouping configuration of the database
$this->load->database( 'default');
//Select table
$this->db->from('article');
Problems with custom configuration development/ database.php, this is in the model, can it be loaded automatically? If you want to load the default database.php, isn't this a conflict? Custom configuration failed! Please advise! grateful