This topic is locked

Info about function parameter

8/28/2007 1:58:43 PM
PHPRunner General questions
F
francesco author

Hi
Can anyone explain me what &$message array contain (used in BeforeAdd event) and where i can find a reference about all arrays and session variables used in phprunner?
Thanks in advance for any help

Alexey admin 8/29/2007

Francesco,
$message variable is for the text that will be displayed on the page if event return false;

I.e.

$message = "Before add event restricted to add record";

return false;


You can find a documentation draft on events here:

http://www.asprunner.com/tmp/eventsdoc.zip

F
francesco author 8/29/2007

Francesco,

$message variable is for the text that will be displayed on the page if event return false;

I.e.
You can find a documentation draft on events here:

http://www.asprunner.com/tmp/eventsdoc.zip


Great support. As usual...