Codeigniter 2.0 third_party folder

后端 未结 4 1088
無奈伤痛
無奈伤痛 2020-12-14 08:26

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

4条回答
  •  北海茫月
    2020-12-14 09:14

    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()

    See the docs for more

提交回复
热议问题