This topic is locked

Which Event to use on List Page?

5/10/2009 5:44:48 PM
PHPRunner General questions
H
hlewis author

I want to use SQL to filter and select records from a table e.g. SELECT xyz FROM xyz WHERE xyz etc. Only the records matching the SQL filter should be shown in the resulting List page. I'm not sure which event to use? Would it be before process, before SQL query, before record processed, after record processed or before display? Im thinking it should be before display - anyone advise if that's correct. Thanks in advance.

A
alang 5/10/2009

Before SQL query - you can modify the where clause here to give you a specific filter for records displayed in list.