Forums

chronoconnectivity data display

agostino87 04 Oct, 2016
I have a form for data entry and a chronoconnectivity for editing / viewing, though I wish that every single account can view / edit only his input data, not those of other account
GreyHead 04 Oct, 2016
Hi agostino87,

Please check the section Getting the current user's records in this FAQ.

Bob
agostino87 04 Oct, 2016
Thanks HreyHead

i use this code

<?php
$user = \JFactory::getUser();
return array('model.user_id' => $user->id);
?>
This topic is locked and no more replies can be posted.