The note at the top of the page link you supplied gives a strong
indication that the developers do not believe that custom pagination
is ever required.  I certainly have never had to override paginate
myself so chances are you're probably attacking your issue in the
wrong way.

What is it you're trying to achieve that paginate does not do for
you?  It is likely you can get around your issue by doing some ad-hoc
bindings/associations.

If you want to continue down the custom pagination route then you
likely have to structure your SQL so the resulting data array matches
what Cake would produce with CamelCased singular model names etc.

I would strongly advise trying to get your query working with a non-
modified paginate first though.

HTH

Paul.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

Reply via email to