Welcome Guest, Not a member yet? Register   Sign In
Suggestions for making "Addons" for a CI app?
#9

[eluser]WanWizard[/eluser]
Have a look at my alternative for Modular Separation: http://ellislab.com/forums/viewthread/164350/.

A lot less intrusive, supports both routing to module controllers (the modular separation way, but using simple route definitions) and calling module controllers from other controllers.
Supports all CI file types (controllers, libraries, models and views) in a module by using
Code:
// initialize our module
$this->load->module('modulename');

// call a module controller method
$this->modulename->controller->method();


Messages In This Thread
Suggestions for making "Addons" for a CI app? - by El Forum - 08-22-2010, 04:04 PM
Suggestions for making "Addons" for a CI app? - by El Forum - 08-22-2010, 07:51 PM
Suggestions for making "Addons" for a CI app? - by El Forum - 08-22-2010, 08:19 PM
Suggestions for making "Addons" for a CI app? - by El Forum - 08-22-2010, 08:29 PM
Suggestions for making "Addons" for a CI app? - by El Forum - 08-22-2010, 08:45 PM
Suggestions for making "Addons" for a CI app? - by El Forum - 08-22-2010, 08:46 PM
Suggestions for making "Addons" for a CI app? - by El Forum - 08-23-2010, 04:11 AM
Suggestions for making "Addons" for a CI app? - by El Forum - 08-23-2010, 04:17 AM
Suggestions for making "Addons" for a CI app? - by El Forum - 08-23-2010, 04:26 AM
Suggestions for making "Addons" for a CI app? - by El Forum - 08-25-2010, 12:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB