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


While CakePHP is a framework aimed at developing web applications, it also exposes a feature-rich console API to build shell-based scripts. These can be used for anything, from filesystem tasks, to database- and process-intensive operations.

In this chapter, we'll outline some common use cases when using shell tasks, as well as some built-in shell commands that come with the framework.