I use acl aro to handle group and member.

I want to paginate the group member.

var $paginate = array(
        'Aro' => array(
                'fields' => array('Aro.model', 'Aro.foreign_key')
                        'limit' => 3,
                        'order' => 'Aro.foreign_key')
        );

I wish to have paginate to show username, how to do that ?

If I modify the fields as following:
'fields' => array('Aro.model', 'Aro.foreign_key', 'User.username)

I get Unknown table 'User' in field list error.

----------
doctor

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to