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


Interpreting and manipulating HTTP is a fundamental area for any web-based application framework. Luckily, the framework comes well prepared to handle and work with HTTP.

In this chapter, we'll look at various scenarios where working with HTTP is greatly simplified by CakePHP.