This topic is locked

Global Before Page Add

5/19/2009 11:26:48 PM
PHPRunner General questions
R
rgfischerjr author

Is there an easy way to add a global 'before page add' event? I have a 'userID' field in each table that I would like to update with the current userID whenever an edit or add is performed. Is there a way to do this globally instead of having to insert code on each page?

J
Jane 5/20/2009

Unfortunately no.

You need to add event for each table.