I'm pretty sure this is possible. I've done some research and even did a little code examination on a web application but I could come across what I was looking for...
Generically speaking, how do I include functions only as needed into a file? And, if for example you end up requiring 40 (just tossing out a large number) wouldn't this possibly be just too many includes?
I'm pretty sure that I'd need a couple classes to handle the act of including the function file (file.function-hello.php) and also one to handle the specific calling of the function...something like...
if function exists and file exists then include...
Thanks for any advice on this...v