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
Thanks HreyHead
i use this code
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.