Get data from another Database in Codeigniter MySQL
I want to get data from another DB in MySQL except the defualt DB. I added the following line into my model in addition to the excisting code. Another DB as 'storesDB'. $this->load->database('storesDB', TRUE); My model as follows : public…