Plugin Handling Class - Extends the CI_Hooks Class |
[eluser]Xeoncross[/eluser]
Yep, that is how I first did it for my blog but then I saw that it isn't worth it as this is a PHP framework and we are SUPPOSED to touch config files. People don't login and activate/disable plugins everyday - you only do that when you first setup a site. So having all the waste and haste of managing plugins from files plus the database just isn't worth it. Most systems will only need 1-7 anyway. Something to filter comments, maybe a mailer on a certain error event and that is it. The loss of speed isn't worth the convenience of setting plugins from an admin area - (unless you are wordpress and your blog owners don't even know what PHP code is) |
Welcome Guest, Not a member yet? Register Sign In |