Hi All,
I have a model which has several belongsTo and hasMany relationships,
then I try to do a pagination with the model itself and it functions
without any problem.
But then.. when I add recursive options in order to use pagination for
the other model, it lost all pagination functionalities (cannot
navigate & sort).
My code for pagination with working one is below,
$this->paginate('MyModel', $conditions);
and the non working one is below,
$this->paginate('MyModel', $conditions, array('recursive'=>1));
What's wrong ?
Regards,
Feris
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---