Loading custom classes in CodeIgniter?

前端 未结 4 1569
醉话见心
醉话见心 2021-01-02 00:49

Just starting to use CodeIgniter, and I\'d like to import some of my old classes for use in a new project. However, I don\'t want to modify them too much to fit into the CI

4条回答
  •  失恋的感觉
    2021-01-02 01:23

    If you're just starting to use CodeIgniter, maybe you ought to check Kohana (http://kohanaframework.org/). It is very similar to CodeIgniter in many ways but it loads classes in the normal way (using new ClassName()) so Netbeans' autocompletion features should works normally.

提交回复
热议问题