How to Display Specific User information in cakephp..? -


iam new cakephp , have problem element. how display each user account information when ever user loggedin click on myaccount link how show particular user details. myaccount link in element.

finally how display specific user information when click on myaccount link. myaccount link in element file.

if want display logged in users information in account page.then using session. cause in cakephp logged in user's stored session.

in case can try var_dump($this->session->read('auth.user'));, here can see logged in users information. , can populate users information form it.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -