Welcome Guest, Not a member yet? Register   Sign In
Mongodb Paging
#1

[eluser]bedanand[/eluser]
If you want to implement paging on mongodb you can use skip()+ limit() function but using these skip() function is performance penalty if there is a large data set. But there is a workaround without using skip() function.
Here is the solution.
codeigniter-mongodb-paging




Theme © iAndrew 2016 - Forum software by © MyBB