The paginator class seems a bit "incomplete". From your example with options() it looks like the paginator should work with multiple models, but then it also calls $model = $this->defaultModel(); which always defaults to a single model and your additional models aren't added to the params (lines 103-112).
However, on your numbers() method it also seems correct, but then again, the model doesnt exist in the params array? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
