Steve Goodwin

Results 2 issues of Steve Goodwin

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...

Twig2 Fixes - Due to Twig2 no longer allowing functions or globals to be added after the Lexer is initialised we need to do this prior to initializing the Lexer....