Michael Kinder Posted March 12, 2019 Report Posted March 12, 2019 Hey everyone! Paul asked me to share this with you guys, as it may come useful for anyone trying to identify logged in users in a chat system. Below are the variables you can use in the structure.pdt file. <?php $this->Html->_($contact->email);?> <?php echo $this->Html->_($contact->first_name, true) . ' ' . $this->Html->_($contact->last_name, true);?> Paul and BeZazz 2
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now