Missing variables in $event
Posted: Wed May 22, 2019 8:25 am
Hi, I try to use the php lib and parse a mrt file that contain a variable in the query. The variable is named {where}
In the StiHandler()->onBeginProcessData($event) method $event->parameters is empty, is it normal behaviour?
If I manually set the variable like this :
The queryString is not modified.
So, how to handle parameters correctly?
I'm using ultimate 2019.2.3 in demo
In the StiHandler()->onBeginProcessData($event) method $event->parameters is empty, is it normal behaviour?
If I manually set the variable like this :
Code: Select all
$event->parameters["where"] = "foobar";
So, how to handle parameters correctly?
I'm using ultimate 2019.2.3 in demo