Re: Joining Data for Auth Component to read

2010-04-21 Thread capo64
$this-Auth-login and once if it successfully logs in then do a find on the group data and store it in the session for later use especially if you are going to be accessing it a lot. But if you only need it in one place I'd just recommend doing the find when it is needed. On Apr 20, 5:52 pm, capo64

Joining Data for Auth Component to read

2010-04-20 Thread capo64
Hi I have a setup with Users and Groups. I've been reading user data using this in my views: $session-read('Auth.User.full_name'); ..etc Now I need to access information about the group of the user. How can I go about doing this? Check out the new CakePHP Questions site http://cakeqs.org and