Simple plugin architecture using php5 Reflection API

Php 5’s reflection api is one of its most powerful feature, which can be used for building robust, extensible applications. It provides built in functionality to analyze the inner structure of classes, their properties and methods and acquire the...