I apreciate i someone can help
i need insert a condition in ccv5 form that show only records of table that allow to one user
I did it statically with
regards
i need insert a condition in ccv5 form that show only records of table that allow to one user
I did it statically with
<?php return array( "nif" =>"12", "nombre" =>"88" ); ?>But my purpose is do it dinamically with user id of joomla, but I don't know how can i get it from enviroment of joomla
regards