CakePHP 1.3 Application Development Cookbook

Mariano Iglesias

  • 出版商: Packt Publishing
  • 出版日期: 2011-03-12
  • 售價: $1,680
  • 貴賓價: 9.5$1,596
  • 語言: 英文
  • 頁數: 360
  • 裝訂: Paperback
  • ISBN: 1849511926
  • ISBN-13: 9781849511926
  • 相關分類: PHP
  • 下單後立即進貨 (約3~4週)

商品描述

Over 60 great recipes for developing, maintaining, and deploying web applications Create elegant and scalable web applications using CakePHP Leverage your find operations with virtual fields, ad-hoc queries, and custom find types Add full internationalization support to your application, including translation of database records Part of Packt's Cookbook series: Each recipe is a carefully organized sequence of instructions to complete the task as efficiently as possible In Detail 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