You *can* do pagination (almost) completely in the model, but when you
see how it is implemented in 1.2, you'll realize why that's an
astoundingly bad idea.  Also, "decorating" data is a task reserved for
the View, and putting View logic in the Model violates the most basic
principles of MVC and is generally considered to be Pure Evil.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to