Codeigniter 2.0 第三方文件夹 [英] Codeigniter 2.0 third_party folder

查看:22
本文介绍了Codeigniter 2.0 第三方文件夹的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

codeigniter 2.0 中的第三方文件夹是什么以及如何使用它?

What is this the third_party folder in codeigniter 2.0 and how to use that?

推荐答案

是 CI2.0 的新增功能,允许 在单个目录中轻松分发完整的资源集,包含模型、库、助手等......但不要与模块混淆,如 Phil Sturgeon 非常有帮助地指出.

Packages are new to CI2.0 that allow for the easy distribution of complete sets of resources in a single directory, containing models, libraries, helpers etc...but not to be confused with modules, as Phil Sturgeon points out quite helpfully.

$this->load->add_package_path()

查看文档了解更多

这篇关于Codeigniter 2.0 第三方文件夹的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆