Re: recursive for parents

2009-04-30 Thread brian

It goes up to 4?!? Signs and wonders ...

On Thu, Apr 30, 2009 at 11:26 AM, fain182  wrote:
>
> solution was simple...
> var $recursive = 4
>
> >
>

--~--~-~--~~~---~--~~
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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: recursive for parents

2009-04-30 Thread fain182

solution was simple...
var $recursive = 4

--~--~-~--~~~---~--~~
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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: recursive for parents

2009-04-30 Thread fain182

maybe i found the solution.. linkable behavior:
http://rafaelbandeira3.wordpress.com/2008/11/16/linkable-behavior-taking-it-easy-in-your-db/

--~--~-~--~~~---~--~~
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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: recursive for parents

2009-04-30 Thread fain182

> Right. I had mixed up the hasMany/belongsTo relationships. I believe
> that, if it was the other way around, you'd get all the models.
there is no way to have the parents of the parents of a model ?!
it's really strange...

thank you, pietro

--~--~-~--~~~---~--~~
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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: recursive for parents

2009-04-29 Thread brian

On Wed, Apr 29, 2009 at 1:57 PM, fain182  wrote:
>
> On Wed, Apr 29, 2009 at 4:55 PM, brian  wrote:
>>
>> On Wed, Apr 29, 2009 at 12:51 PM, fain182  wrote:
>>>
>>> hello,
>>> i have 5 model related in this way:
>>> A belongs to B (B has many A)
>>> B belongs to C (C has many B)
>>> C belongs to D (D has many C)
>>> D belongs to E (E has many D)
>>>
>>> in the view of A i would show his parent B, C, D and E
>>> which number should I set A ? (i didn't understood the page about
>>> recursive in the cookbook.)
>>
>> Have you tried 2?
> yes, it gives me only A and B...

Right. I had mixed up the hasMany/belongsTo relationships. I believe
that, if it was the other way around, you'd get all the models.

--~--~-~--~~~---~--~~
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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: recursive for parents

2009-04-29 Thread fain182

>> Use ContainableBehavior.
> i will try
I read about the containable, but i need the data of all the models...
but i don't think that will help me..
tomorrow maybe i will give you better descrpition of my problem..

thank you
pietro

--~--~-~--~~~---~--~~
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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: recursive for parents

2009-04-29 Thread fain182

On Wed, Apr 29, 2009 at 4:55 PM, brian  wrote:
>
> On Wed, Apr 29, 2009 at 12:51 PM, fain182  wrote:
>>
>> hello,
>> i have 5 model related in this way:
>> A belongs to B (B has many A)
>> B belongs to C (C has many B)
>> C belongs to D (D has many C)
>> D belongs to E (E has many D)
>>
>> in the view of A i would show his parent B, C, D and E
>> which number should I set A ? (i didn't understood the page about
>> recursive in the cookbook.)
>
> Have you tried 2?
yes, it gives me only A and B...
>> what is the best way for not include a lot of unusefull data?
>
> Use ContainableBehavior.
i will try

--~--~-~--~~~---~--~~
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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: recursive for parents

2009-04-29 Thread brian

On Wed, Apr 29, 2009 at 12:51 PM, fain182  wrote:
>
> hello,
> i have 5 model related in this way:
> A belongs to B (B has many A)
> B belongs to C (C has many B)
> C belongs to D (D has many C)
> D belongs to E (E has many D)
>
> in the view of A i would show his parent B, C, D and E
> which number should I set A ? (i didn't understood the page about
> recursive in the cookbook.)

Have you tried 2?

> what is the best way for not include a lot of unusefull data?

Use ContainableBehavior.

--~--~-~--~~~---~--~~
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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---