how to load model from one server to different client application for provide database access stuff in codeigniter

可紊 提交于 2020-01-07 04:58:09

问题


I try to provide my model files in server that can be shared to the different clients application.

Consider the following Theoretical image,

provide model files as cdn link

I don't know how to achieve this.

Please give suggestion to solve my problem?


回答1:


It depends on how you're fetching models from other server.

If you're fetching as a files with php extension and saving temporarily in your server, then you have to give path of that directory in /system/core/Loader.php file, where it looks for models in directory to load.

See screenshot below:



来源:https://stackoverflow.com/questions/46954911/how-to-load-model-from-one-server-to-different-client-application-for-provide-da

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!