|
|
Sergey Kornilov admin 9/16/2013 |
|
According to documentation in events like AfterAdd you can access any field value as $values["FieldName"] or $keys["FieldName"], if this field is a key column. global $conn; |
|
|
B
|
bencroftweb author 9/17/2013 |
|
Great! That got the ID working a treat! |
|
|
|
Sergey Kornilov admin 9/17/2013 |
|
Text values must be surrounded by single quotes in SQL query: global $conn; |
|