This topic is locked

best place for own include-files

3/26/2009 5:45:06 AM
PHPRunner General questions
T
TKindermann author

I want to write my own includes for moving code into functions.
or for placing a global constat for DEBUG on/off
Where is the best place for add the 'include' command for a specified project?
Have anyone experience with that ?
Kind regards
Thomas

A
alang 3/26/2009

To be used in all projects, I add the include at the end of dbcommon.php (under PHPR program folder\source\include). For project-specific code, I use business templates - see also http://www.asprunner.com/forums/index.php?showtopic=11244