|
|
romaldus 10/2/2017 |
|
what do you mean with session table_where? |
|
|
R
|
Rigmantas author 10/4/2017 |
|
$_SESSION["<table name>_where"] |
|
|
|
Sergey Kornilov admin 10/4/2017 |
|
You need to explain what exactly you trying to achieve. Most likely you need to use Search API for this task but knowing what you looking for helps providing a better advise. |
|
|
R
|
Rigmantas author 10/6/2017 |
|
Hi, |
|
|
|
Sergey Kornilov admin 10/6/2017 |
|
Use BeforeSQLQuery event, save $strWhereClause in session variable and use this session variable in your code snippet. |
|