Ever wanted to have plugin functionality in your Codeigniter applications similar to what WordPress has? I’ve started developing a plugin system that lets you define hooks with or without arguments, to modify certain parts of your application without your users having to edit core files.
Use is mostly: add_action(), remove_action() and do_action() – but I’ll go in depth later on.
Documentation is sparse for now, but if you’re a seasoned programmer you should understand how it works. There is a partial plugin example in the repo too.
Check it out on Github here.
I not familiar with WordPress .
Can u show to us little more complex example – attach capha to some text filed or some like this ….
I like this idea. Please show to us an complex example. I must see performance of this class.
Thanks.
hello , i really like your plugin system that really rock and that will really awsome if you port this to the laravel framework with and administration page for activation and désactivation , such feature will make cms developpement an easy task , please consider my request because this is the most needed feature for laravel framework
abdelwahed,
Funny you say that, I’ve started looking into Laravel it’s awesome and I might consider your request when I get the time.