using PHP array as data source serverside for pagination

using PHP array as data source serverside for pagination

papachumbapapachumba Posts: 1Questions: 0Answers: 0
edited January 2013 in General
Having had a look at examples, how would one go about constructing a data source from array which involves paging?

Due to complexity of my data, it is just not feasible to deploy paging using the "LIMIT" mysql statement as outlined in examples.
Is there any example of paging with arrays (which i guess would slice arrays based on paging variables and return only the appropriate portion)

If someone could point me to some code examples before I waste next 2 days constructing my custom code i would be grateful...
This discussion has been closed.