CakePHP 1.3 Application Development Cookbook


CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying web applications. While the framework has a lot of documentation and reference guides available for beginners, developing more sophisticated and scalable applications require a deeper knowledge of CakePHP features, a challenge that proves difficult even for well established developers.

The recipes in this cookbook will give you instant results and help you to develop web applications, leveraging the CakePHP features that allow you to build robust and complex applications. Following the recipes in this book you will be able to understand and use these features in no time.

We start with setting up authentication on a CakePHP application. One of the most important aspects of a CakePHP application: the relationship between models, also known as model bindings. Model binding is an integral part of any application’s logic and we can manipulate it to get the data we need and when we need. We will go through a series of recipes that will show us how to change the way bindings are fetched, what bindings and what information from a binding is returned, how to create new bindings, and how to build hierarchical data structures. We also define our custom find types that will extend the three basic ones, allowing our code to be even more readable and also create our own find type, with pagination support. This book also has recipes that cover two aspects of CakePHP models that are fundamental to most applications: validation, and behaviors.

A cookbook for CakePHP developers on how to leverage one of the most popular PHP frameworks, including recipes for working with AJAX, datasources, GEO location, routing, performance optimization, and more.

What you will learn from this book :

  • Add authentication to an application to identify which controllers will need user access, using the Auth component and ACL component
  • Allow users to log in using either a user name, or an email, and let the system remember their account details
  • Enable and leverage the use of the Containable behavior to deal with model bindings
  • Make run time changes to model bindings for a better control of your model relationships
  • Perform relatively complex GROUP and COUNT queries using CakePHP’s built in find types and use virtual fields for a cleaner approach to SQL based calculations
  • Creating custom find operations, and paginating its result using CakePHP’s built in pagination support
  • Add multiple validation rules per field using built in validation rules in CakePHP
  • Allow users to search address records by proximity by adding location information to our own Address model using the Geocodable behavior
  • Implement your own datasource by providing a way to read from and post messages to a twitter account using OAuth as the authentication layer
  • Modify an existing datasource by adding better transaction support to the MySQL driver and implementing locking operations
  • Take advantage of the routing flexibility in CakePHP by creating your own route handlers
  • Build non interactive tasks that run in the command line, including the automation of tasks
  • Internationalize all areas of your application, including views and model records, to reach a wider audience

Approach
Written in cookbook style, this book offers learning and techniques through recipes. It contains step-by-step instructions for CakePHP developers to create unique web applications. The book is designed in such a way that you can refer to things chapter by chapter, and read them in no particular order.

Who this book is written for
If you are a CakePHP developer who wants to discover quick and easy ways to improve web applications, and to leverage all aspects of the framework, this book is for you. This book assumes that you already have knowledge of CakePHP, and general PHP development skills.

Book Details

  • Paperback: 360 pages
  • Publisher: Packt Publishing (March, 2011)
  • Language: English
  • ISBN-10: 1849511926
  • ISBN-13: 978-1849511926
Download [10.1 MiB]

You may also like...

No Responses

  1. zenixgrace says:

    link is dead
    please reupload.. thx

  2. Wow! says:

    Reuploaded. Thank you for report 🙂

  3. abilio says:

    The file is corrupted, please correct it and tell me.

    Thanks.

  4. Wow! says:

    abilio,
    Please ensure file size is 10,574,753 bytes. If not, download again.
    Thank you 🙂

  5. abilio says:

    WOW,

    Thank you. It is function now great !

    Have a nice day !

    🙂

Leave a Reply