Hello,
I'm facing a small problems regards WHERE clause in chronoconnectivity
I'm trying to pass the user_id (logged in)...but in the query it show as 'IS NULL'
In the debug of the main form the user_id is detected correctly as you can see in the attachment
The sintax I have used in Models---Conditions is:
where is my mistake?
Thanks for your support!
p-s the user is logged and the id is 429
I'm facing a small problems regards WHERE clause in chronoconnectivity
I'm trying to pass the user_id (logged in)...but in the query it show as 'IS NULL'
In the debug of the main form the user_id is detected correctly as you can see in the attachment
The sintax I have used in Models---Conditions is:
<?php
return array('risultatitest.user_id' => '$form->data['user_id']');
?>
where is my mistake?
Thanks for your support!
p-s the user is logged and the id is 429