U
U
Ulasoft2014-08-26 20:01:34
CodeIgniter
Ulasoft, 2014-08-26 20:01:34

Where can I find CodeIgniter modules?

Where can I find codeigniter modules?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kir, 2014-08-26
@Ulasoft

CI suddenly has no modules, it's not an HMVC framework. There is a crutch called "app packages" via $this->load->add_package_path(), it allows you to make a group of views, controllers, helpers and configs by hardcore classloader path; Modularity can be called a stretch.
Look for any library that performs the desired functionality and "integrate" into the framework through a stupid include.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question