🙂 Hi, everyone! I want to implement plugins for my simple cms script and I'm inclined to think naturally of saving plugins into a database and then using "include($programURL)" statement when needed. I wonder if there's a better and simpler way to do it WITHOUT actually touching the core code. Any idea?