Set up the relationships in the posts and users models and set the recursion to 
2 when you do the find.

-flosky



Daniel <[email protected]> schrieb:

Yes, you're right 'users' it is not in the 'categories' model. How do
I get it in the model? Bear in mind that 'users' are not directly
related to categories. Here is the relationship that is in the
'categories' model:

        var $hasMany = array(
                'Post' => array(
                        'className' => 'Post',
                        'foreignKey' => 'category_id',
                        'dependent' => false,
                        'conditions' => '',
                        'fields' => '',
                        'order' => '',
                        'limit' => '',
                        'offset' => '',
                        'exclusive' => '',
                        'finderQuery' => '',
                        'counterQuery' => ''
                )
        );

-- 
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
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

-- 
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
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to