Hello guys,

I have some code with containable which was working till RC4 but has broken
in Final. Can some one shed some light on if this is broken in the final of
cake or my syntax was wrong from the first day.

$this->paginate = array('UsersFriend'=>array('contain'=>array('User'=>array(

'Profile'=>array('fields'=>array('Profile.about_me')),
                                                'fields'=>array('User.id',
'User.uid',
                                                        'User.first_name',
'User.last_name',
                                                        'User.picture_path',
'User.hof'))),
                                        'limit'=>21,
                                        'page'=>1,
                                        'order'=>'UsersFriend.created
DESC'));

-- 
Thanks & Regards,
Novice.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
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