Jump to content

Recommended Posts

Posted

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);?>

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...