natanfelles / codeigniter-phpstorm

PhpStorm Code Completion for CodeIgniter 3

Home Page:https://natanfelles.github.io/blog/codeigniter-code-completion-phpstorm.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

method won't populate from another module

adrianmak opened this issue · comments

instead of loading a module in this way,
$cart = Modules::load('cart');

I used to use
$this->load->module("cart");
$this->mymodule->cart(5);

The code complete seems not working, it will not populate the method from cart module

See #5 and add your custom classes inside MX_Controller in phpstorm.php.