I\'m trying to add methods dynamically from external files. Right now I have __call method in my class so when i call the method I want, __call inc
__call
I've worked up the following code example and a helper method which works with __call which may prove useful. https://github.com/permanenttourist/helpers/tree/master/PHP/php_append_methods