1.需求 CI在linux上无法加载model 2.原因 因为linux区分大小写,且model文件名首字符要大写. As said in the comments : Your model's filename must start with an uppercase. In your case, Ion_auth_model.php. 参考资料:http://stackoverflow.com/questions/28506163/troubleshooting-codeigniter-un
代码如下: // Construct the default list of terrain sources. var terrainModels = Cesium.createDefaultTerrainProviderViewModels(); // Construct the viewer with just what we need for this base application var viewer = new Cesium.Viewer('cesiumContainer', {