Welcome Guest, Not a member yet? Register   Sign In
Need help with a plugin system
#10

[eluser]Yorick Peterse[/eluser]
[quote author="xwero" date="1242066180"]Changing the output results and replacing things are two things that are not basic Smile

If a plugin has to change output result it needs to know which model methods are used by the controller method and needs to know how it can change the model method to get another result. The latter is the most difficult as it's usual to hardcode this in the controller method.
If the plugin has to replace things it need to know in what order the views are called and then there must be a way to change it.

In short the plugin needs to hook in your controller code on a deeper level than executing plugins before everything else runs. What you are describing is possible in a tightly controlled environment, for example a CMS.

So now the question is do you want to create plugin functionality for a thightly controlled environment or do you want to create plugin functionality developers can use in the open environment that CI is?[/quote]

I wanted to make a plugin library that would extend CI's plugin system, thus giving more possibilities without having to do a lot of extra work. Considering the difficulty of it I might drop the idea though.


Messages In This Thread
Need help with a plugin system - by El Forum - 05-10-2009, 02:25 PM
Need help with a plugin system - by El Forum - 05-10-2009, 06:25 PM
Need help with a plugin system - by El Forum - 05-11-2009, 02:40 AM
Need help with a plugin system - by El Forum - 05-11-2009, 03:24 AM
Need help with a plugin system - by El Forum - 05-11-2009, 04:02 AM
Need help with a plugin system - by El Forum - 05-11-2009, 04:16 AM
Need help with a plugin system - by El Forum - 05-11-2009, 04:34 AM
Need help with a plugin system - by El Forum - 05-11-2009, 06:56 AM
Need help with a plugin system - by El Forum - 05-11-2009, 07:23 AM
Need help with a plugin system - by El Forum - 05-11-2009, 07:28 AM
Need help with a plugin system - by El Forum - 05-11-2009, 07:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB