This topic is locked

Functions + Procedures

3/19/2021 3:57:00 AM
PHPRunner General questions
D
dannyschaepdrijver authorDevClub member

I was just wondering what is the best place to store userdefinded functions or procedures ?

If, for example, we put a sequence of programming lines into a procedure or functions, and we want to call this from several different pages, what is the best place to keep these functions or procedures.

(I do not want to embed this as a stored procedure in the database.)
Many thanks,

Danny

admin 3/19/2021

Check this article, it explains where exactly to place those files and how to reference them from your project:

https://xlinesoft.com/phprunner/docs/how_to_add_external_files.htm