在不同的 CodeIgniter 项目中使用相同的库、助手等的最佳方法是什么?

发布于 2024-11-30 19:45:21 字数 1431 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

今天小雨转甜 2024-12-07 19:45:21

看看 Phil Sturgeon 的文章 - 他在其中详细介绍了创建“共享”文件夹的方法,以便您可以从同一共享文件夹运行多个 codeigniter 安装。

http://codeigniter.com/forums/viewthread/136321/

Have a look at theis article by Phil Sturgeon - in it he details a way to create a 'shared' folder, so that you can run multiple codeigniter installations from the same shared folder.

http://codeigniter.com/forums/viewthread/136321/

逆光飞翔i 2024-12-07 19:45:21

从 Codeigniter 2.0 开始,您可以在许多项目之间共享相同的系统文件夹。在以前的版本中,您可以通过一些调整来做到这一点。因此,一旦您拥有了一个公共系统文件夹,您就可以将所有库和帮助程序保存在这里,供所有项目使用。没有提供通用模型的规定,因此您可以将它们转换为帮助程序或库类,这实际上是有意义的。

Since Codeigniter 2.0 you can share same system folder among many projects. In previous versions you can do this with a little tweak. So once you have a common system folder you can keep all you libraries and helpers here which can be used by all the projects. There is no provision to have common models so either you can transform them to helper or library class, which actually makes sense.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文