This topic is locked

Include Files

5/5/2009 1:30:14 PM
PHPRunner General questions
C
Cjiggy0326 author

Why is there more files in the output folder than there are in my includes folder. I notice that there seems to be a lot of specific php files in the Project folder and also i had a save.php file and in that file i have 2 files that its looking for in the included folder and only 1 is there.
include("include/dbcommon.php");

include("include/shopping_list_items_variables.php");
Do i need to copy the the shopping_list_items_variables.php from the output folder to the include folder ?

J
Jane 5/6/2009

Cory,
have you changed PHPRunner structure manually?

PHPRunner builds all ..._variables.php files to the include directory automatically.