Posts Tagged “offset”

SQL
Pagination, OFFSET, LIMIT
Feb 16, 2015
In this post I want to talk about LIMIT and OFFSET and how to use them, to paginate your results when you are developing a website. Let's start with a...
Continue reading
Yii 2.x
Yii 2.0 Pagination
Feb 15, 2015
In this post I want to show you how to use pagination when your are fetching a large amount of data from your database. We all know that showing our u...
Continue reading