Logic behind plugin system?

Posted by Danijel on Stack Overflow See other posts from Stack Overflow or by Danijel
Published on 2010-05-08T20:32:08Z Indexed on 2010/05/08 20:38 UTC
Read the original article Hit count: 285

Filed under:
|
|
|

I have an application in PHP (private CMS) that I would like to rewrite and add some new things - I would like to be able to extend my app in an easier way - through plugins

But the problem is - I don't know how to achieve "pluggability", how to make system that recognizes plugins and injects them into the app?

So, what's the logic of a simple plugin system?

© Stack Overflow or respective owner

Related posts about php

Related posts about plugin