W
|
wehaye 8/12/2017 |
I notice this event 'After application initialized' / function AfterAppInit. the explanation says, it executed in the beginning of each page before any processing takes place. Now i need an event script which is runs in beginning of the whole application (project startup), so it only run once whenever the app started. I cannot find it. So, is PHPrunner really not prepare something like that?
|
Z
|
Zerobaka author 8/13/2017 |
You can use session in your script with IF statement. If session not valid, run script. If session valid, ignore script. In script, you declaration the session.
|