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
What you are referring to is called Overloading. Read all about it in the PHP Manual