Hello,
I need to display some information via CCv6.
The informations are differents if the user is logged in, is a special logged in user or is not logged.
So I've got 3 different tables :
table 1 : access public allowed
table 2 : access registred allowed
table 3 : access only few registred users according to the user_id
I would like to use a php function in order to display the wanted table, but I don't know how to access the user's information in the php function.
I've tried $this->get('user') or echo "{user:id}" without success.
Could someone help me with the syntax please?
Florence
I need to display some information via CCv6.
The informations are differents if the user is logged in, is a special logged in user or is not logged.
So I've got 3 different tables :
table 1 : access public allowed
table 2 : access registred allowed
table 3 : access only few registred users according to the user_id
I would like to use a php function in order to display the wanted table, but I don't know how to access the user's information in the php function.
I've tried $this->get('user') or echo "{user:id}" without success.
Could someone help me with the syntax please?
Florence