Looking at the code for the plugin, I see that ChronoConnectivity v5 plugin also allows passed parameters similar to ChronoForms v5 plugin (by the way, I added the fix for the amp;var problem here too).
I see that in your WHERE clause example you suggest:
<?php
// where $var is an integer
$var = JRequest::getVar('param','', 'get');
return array (":test.id > {$var}");
?>
I tried replacing 'parm' with my variable name, but get back nothing. I know the {$var} substitution is working as I tried setting $var to a hard value.
How do I get to the variable activity_id value passed via {chronoconnectivity5}ActivityList&activity_id=15{/chronoconnectivity5} from inside the WHERE clause PHP code?
Thanks for your help,
Jim
I see that in your WHERE clause example you suggest:
<?php
// where $var is an integer
$var = JRequest::getVar('param','', 'get');
return array (":test.id > {$var}");
?>
I tried replacing 'parm' with my variable name, but get back nothing. I know the {$var} substitution is working as I tried setting $var to a hard value.
How do I get to the variable activity_id value passed via {chronoconnectivity5}ActivityList&activity_id=15{/chronoconnectivity5} from inside the WHERE clause PHP code?
Thanks for your help,
Jim