Book Image

CakePHP 2 Application Cookbook

Book Image

CakePHP 2 Application Cookbook

Overview of this book

Table of Contents (20 chapters)
CakePHP 2 Application Cookbook
Credits
Foreword
About the Authors
About the Reviewer
www.PacktPub.com
Preface
Index

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.