This topic is locked

What is held in $params

9/10/2008 7:33:12 AM
PHPRunner General questions
T
thesofa author

Can anyone tell me what is held in this variable, presumably it is an array?

J
Jane 9/11/2008

Hi,
to check this array just print it:

print_r($params);

T
thesofa author 9/21/2008

When I add that to a page, all that gets printed on the page is

Array ( [name] => ListOnLoad )


I am sorry for being dim, but i cannot see how this helps me carry information over.

Sergey Kornilov admin 9/21/2008

This is correct, it holds event name.