AndyB
Well-known member
What is the best way to put some functions in another PHP file? For example I have an add-on and the Controller file works fine with some functions located near the end of the file. If I wanted to move these functions into another PHP file, how would I call this file? The other PHP file would be in the same directory as the Controller file.
Thank you.
Thank you.