CakePHP 1.2: paginate igoner recursive = 0?

2007-10-23 Thread [EMAIL PROTECTED]

I have code (generated by bake):

$this-User-recursive = 0;
$this-set('users', $this-paginate());

And User - have association with other table. After recursive = 0, I
hope, I didn't see additional data, but pagination fully igonre this
recursive..
I see all relation table in $this-data...
;(


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: CakePHP 1.2: paginate igoner recursive = 0?

2007-10-23 Thread Gwoo

You will see the belongTo and hasOne.

If you dont want anything use $this-User-recursive = -1;


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: CakePHP 1.2: paginate igoner recursive = 0?

2007-10-23 Thread rtconner

Oh. I was wondering...

On Oct 23, 11:14 am, Gwoo [EMAIL PROTECTED] wrote:
 You will see the belongTo and hasOne.

 If you dont want anything use $this-User-recursive = -1;


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: CakePHP 1.2: paginate igoner recursive = 0?

2007-10-23 Thread [EMAIL PROTECTED]

Thanks a lot!

On Oct 23, 8:14 pm, Gwoo [EMAIL PROTECTED] wrote:
 You will see the belongTo and hasOne.

 If you dont want anything use $this-User-recursive = -1;


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---