I would like to wrap all database related process stuff in models and host it in an server(Master).
Then, Host the App in another server. The App consist only controller and view files. CRUD operation done with the help of Master server and store data in client server.
Consider the following Theoretical image,
Access different server database from Master Server
Is it possible?
How to achieve this process?
Give me some suggestion please?