Actually, I need to do pagination.
How do I do pagination by using a bunch of array data in CakePHP?
For an urgent fix I have handled my code by using JavaScript pagination. Is it only possible by using the model? Can't we do pagination with array data?