Take a look here 
http://api.cakephp.org/1.2/class_model.html#e60758f27fa8486a063b8cc424bad741

In the example you can see that you set the recursive level in the
conditions array

Eg: find('all', array( 'conditions' => array('name' =>
'mariano.iglesias'), 'fields' => array('name', 'email'), 'order' =>
'field3 DESC', 'recursive' => 2));

On Jan 8, 6:08 pm, "J. Eckert" <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> In the newest release of Cake 1.2 (pre-beta) the 4th parameter of the
> funtion Model::find ($recursive) doesn't seem to work anymore. Is this
> a bug or a feature?
> Doesn't make any sense for me, cause it's in the signature and no
> warning is generated.
>
> Recursive find's only work if you set Model->recursive before the find
> and not through the find-parameter any more.
>
> Is this as it is supposed to be?
>
> Cheers,
> Joachim
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to