Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
CakePHP 2 Application Cookbook

You're reading from   CakePHP 2 Application Cookbook Over 60 useful recipes for rapid application development with the CakePHP framework.

Arrow left icon
Product type Paperback
Published in Aug 2014
Publisher
ISBN-13 9781782160083
Length 346 pages
Edition 3rd Edition
Languages
Tools
Arrow right icon
Toc

Table of Contents (14) Chapters Close

Preface 1. Lightning Introduction FREE CHAPTER 2. Advanced Routing 3. HTTP Negotiation 4. API Strategies 5. Using Authentication 6. Model Layer 7. Search and Pagination 8. Events System 9. Creating Shells 10. View Templates 11. Unit Tests 12. Migrations Index

What this book covers

Chapter 1, Lightning Introduction, is a set of quick-start recipes to dive head first into using the framework and build out a simple CRUD around product management.

Chapter 2, Advanced Routing, looks at a couple of routing solutions and how to achieve them with the framework.

Chapter 3, HTTP Negotiation, looks at various scenarios where working with HTTP is greatly simplified by CakePHP.

Chapter 4, API Strategies, looks at a couple of ways to expose an API using CakePHP, so you can then decide which fits best with your application.

Chapter 5, Using Authentication, looks at various ways of handling authentication and access control when using the framework.

Chapter 6, Model Layer, looks at the various aspects of models and tells us how to wield their power.

Chapter 7, Search and Pagination, revises some recipes to help you get familiar with Search and Pagination in the framework.

Chapter 8, Events System, looks at the fundamentals of the events system, with a couple of recipes to get you handling events.

Chapter 9, Creating Shells, outlines some common use cases when using shell tasks as well as some built-in shell commands that come with the framework.

Chapter 10, View Templates, looks at various aspects of the view layer in CakePHP and tells us how to get the most out of templates, code reuse, translations, caching, and more.

Chapter 11, Unit Tests, looks at how CakePHP leverages the PHPUnit library to provide a solid base for unit testing, including handling dependencies, fixtures, as well as using the bake shell for testing.

Chapter 12, Migrations, looks at how simple it is to build and maintain your database while keeping your schema changes up to date with your code base.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image