2
我試圖使用AuthComponent::user('first_name')
來訪問用戶的名字並在視圖中顯示它。如果我做debug(AuthComponent::user());
我看到我只能訪問當前登錄用戶的ID,電子郵件和密碼,但不能訪問他的名字等。CakePHP 2.1 - AuthComponent :: user()只給我ID,電子郵件,密碼(散列)
我必須指定用戶登錄時應該使用哪個用戶數據,還是應該這是自動發生的?
大,非常感謝!可能對其他人有幫助,如果這將引用此處:http://book.cakephp.org/2.0/en/core-libraries/components/authentication.html#accessing-the-logged-in-user – 2012-03-06 16:16:38