Skip to content

Instantly share code, notes, and snippets.

@locvfx
Created December 26, 2018 14:58
Show Gist options
  • Save locvfx/44d6056513c544861b7ba6f2e60389a1 to your computer and use it in GitHub Desktop.
Save locvfx/44d6056513c544861b7ba6f2e60389a1 to your computer and use it in GitHub Desktop.
Call method cross module
$this->load->module('dashboard');
$this->dashboard->method();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment