Jeremy Burns
http://www.classoutfit.com
On 1 Nov 2011, at 18:39, flo.klemt@googlemail.com wrote:
Set up the relationships in the posts and users models and set the recursion to 2 when you do the find.
-flosky
Daniel <danwgrace@gmail.com> 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
cake-php+unsubscribe@googlegroups.com 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
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
No comments:
Post a Comment