This topic is locked

Variables and other conventions

1/28/2008 2:32:03 PM
PHPRunner General questions
C
Christopher author

PHPRunner has been a tremendously positive experience for me - however, the more I do, the more I want to do and I find myself challenged in looking for documentation. As I am learning PHP, I often find myself frustrated at not knowing what things are available to me or that I can and cannot do that are specific to PHPRunner.
For example, what is the difference between $values and $data, and when is each used? What are all the other variables available and when are they declared and how can they be used? What is specific to PHPRunner as opposed to standard PHP functions? It seems so often there are great answers here, like just do this, and I guess I would love to be able to look at a document and educate myself.
Just a positive suggestion from a happy and motivated user.

J
Jane 1/29/2008

Hi,
you can find list of all available variables in the PHPRunner Help -> Events section -> "More info about events", "Global events", "Table events" articles.

$data and $values are arrays with some field values. $data array is used in the Before record processed and After record processed events, $values array is used in the Before record added/updated and After record added/updated events.