Controllers can be loaded as class variables of other controllers using $this->load->module('module/controller'); or simply $this->load->module('module'); if the controller name matches the module name
//if controller name matches the module name $this->load->module('name_module'); $this->name_module->name_method(); //if controller name not matches the module name $this->load->module('name_module'/'name_controller'); $this->name_controller->name_method();
© SD Shared 2013 . Powered by Bootstrap Blogger Templates
No comments:
Berikan Komentar