|
|
Alexey admin 6/18/2007 |
|
Hi, function LoginOnLoad() { ------------------------------------ your code } function MyFunc1() { ... ... ------------------------------------ } |
|
|
D
|
daviesgh 6/18/2007 |
|
As every page includes dbcommon.php, and this includes the following: locale.php, events.php, commonfunctions.php, dbconnection.php, I just added my own php function file to be included after these. I realise that the functions are not contained within the project file, but if you have 20-30 custom functions, it is not so easy to maintain them within the PHPRunner Event Editor. |
|
|
|
kujox author 6/18/2007 |
|
Thanks Alexey, function LoginOnLoad()
|
|