Please forgive me, I am still fairly new to cakephp and in the process of
reviving my redundant PhP skills. 

I have searched all over the "interweb" for the answer, sadly to no avail. 

Here is the scenario: 

I have 4 tables - 1 being Users the other Groups ( for permissions). 

users table - pretty standard plus some additional profile info. 
Groups table - holds Administrators, Super Users, Auth Users and Unauth
Users. 

The Users table is being used for authentication and profiles (other users
can browse user profiles).  Now with this in mind, I cannot work out how to
filter out which users get rendered into the index view based on which group
the users (not the the currently logged user) belong. 

For example, The admin and Super user accounts profiles are being rendered
and belongs to the "Administrators" and "Super users" groups respectively
along with all the other Users.  However all I want end users (Auth Users)
to be able to see are other user profiles which are part of the Auth Users
group. 

So my hairline and I both would greatly appreciate any and all help in
resolving to this problem. 
  

--
View this message in context: 
http://cakephp.1045679.n5.nabble.com/data-filtering-tp4563439p4563439.html
Sent from the CakePHP mailing list archive at Nabble.com.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to