What is the best option to transfer data from one codeignitor application to another?

eladdedarcacefr

New Member
I have already built an application using codeignitor which is using a database from its own domain. Now, I need to reuse the same database for another application which is on another domain. But, I dont want to give remote database access to the new application directly, instead, am using a simple API controller class inside that old application which will handle the request from the new application and returns response in XML format.Can anyone suggest me a better way, which should be scalable and should have less performance issues?
 
Back
Top