C
|
cgphp 11/17/2012 |
If you want to filter the records on the List page, add the filter code to the "Before SQL query" event. More info: http://xlinesoft.com/phprunner/docs/before_sql_query.htm http://xlinesoft.com/phprunner/docs/modify_sql_query_on_the_fly.htm |
S
|
StefanoF author 11/19/2012 |
If you want to filter the records on the List page, add the filter code to the "Before SQL query" event. More info: http://xlinesoft.com/phprunner/docs/before_sql_query.htm http://xlinesoft.com/phprunner/docs/modify_sql_query_on_the_fly.htm
|
C
|
cgphp 11/19/2012 |
global $strTableName; |
S
|
StefanoF author 11/19/2012 |
global $strTableName;
|