Hello. I wonder if there is a way to access a php method from an application diferent from the owner of the method. Is that possible?
If not… which is the best way to store methos (or pices of php code) that must be used by any app in a project?
Thank you very much
Sergio
use an internal public library and put all code in it
thank you nonkeimike: I saw that options but never new what they were for. I’ll try.