开发者

What are modules in CodeIgniter?

开发者 https://www.devze.com 2023-04-02 16:09 出处:网络
I would like to know about modules in CodeI开发者_开发技巧gniter, and where can I learn how to develop modules?As far as Codeigniter (out of the box) is concerned, Modules in terms of HMVC patterning,

I would like to know about modules in CodeI开发者_开发技巧gniter, and where can I learn how to develop modules?


As far as Codeigniter (out of the box) is concerned, Modules in terms of HMVC patterning, do not exist.

Codeigniter does have a package system (As part of the loader class) that does allow you to use third party "packages" in a segregated directory. But make sure to note that packages are not the same as modules.

If you are interested in using HMVC modules in Codeigniter, there are some third party ways to accomplish this.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号