Maybe I didn't read the book carefully enough but, is there a way to set recursive to get all related data bur from a pool of models?
For instance Groups hasMany Users Users hasOne Group Users hasOne Profiles Profiles belongsTo Users Users hasMany Articles Articles belongsTo Users Users hasMany News News belongsTo Users Recursive = 0 : pagination on Articles will get me all the articles and related user information Recursive = 1: the same Recursive = 2: pagination on Articles will get me all the data related with users, profiles, groups, news....basically everything How can I get only Users, Profiles and Articles information with a pagination on Articles? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
