Hi,

I see that using the paginator results in a "SELECT COUNT(*)" query
before retrieving the data.
I would like to use the result of this query rather than doing another
findCount on the model again.

How do I access this count data in the controller?
Or in general - how do I access the paginator data in the controller
(i.e. not the paginated results, but the other information like number
of entries, next page, etc.)?

Cheers,
tobi_one
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to