Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question