Hello,
I'm using my own plugin and I'm not able to get user ID (that is currently login) in view.
Is there easy solution for displaying user ID in view ?
I saw this code in template pdt
<?php $this->_("ClientMain.myinfo.client_id", false, $this->Html->_($client->id_code, true));?>
But that code is not working in my view.