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

xml - Extract substrings with XSLT -

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

Fatal error: Call to undefined function menu_execute_active_handler() in drupal 7.9 -