This topic is locked

Function file

1/19/2007 3:07:11 AM
PHPRunner General questions
kujox author

I Have a phprunner project in a directory below the main directory, and I want to include a set of functions that are common to the phprunner project and the main application.
Where would I put the include statement in the phprunner project file?

Alexey admin 1/19/2007

Hi,
you can put the include statement into any place in include\dbcommon.php file.

kujox author 1/19/2007

Hi,

you can put the include statement into any place in include\dbcommon.php file.


This wont change everytime I rebuild the project will it?

J
Jane 1/22/2007

yes, all changes are moved after rebuild.

To make your changes permanent edit C:/Program Files/PHPRunner3.1/source/include/dbcommon.php file.