Introduction
Accessing and viewing data in your applications is fundamental to provide an engaging experience for your users. The model layer in CakePHP greatly simplifies access to data and relationships while also offering a powerful pagination system, which is painless to implement.
In this chapter, we'll introduce some recipes to help you get familiar with search and pagination in the framework.