Skip to content

Modules::run() loading views #41

@weblogics

Description

@weblogics

When using the Modules::run() for dynamically loading views such as:

$this->load->module('module_name');
$this->module_name->index();

or

echo modules::run($module->module);

The problem is that you are using the:

$this->_module = $this->_ci->router->fetch_module();

The problem is this is NULL when using the run() or load->module() methods.

Is there a fix for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions