Agile Web Application Development with Yii1.1 and PHP5

Jeffrey Winesett

  • 出版商: Packt Publishing
  • 出版日期: 2010-08-12
  • 售價: $1,680
  • 貴賓價: 9.5$1,596
  • 語言: 英文
  • 頁數: 368
  • 裝訂: Paperback
  • ISBN: 1847199585
  • ISBN-13: 9781847199584
  • 相關分類: PHPAgile Software
  • 下單後立即進貨 (約3~4週)

買這商品的人也買了...

商品描述

For PHP developers who know object-oriented programming, this book is the fast track to learning the Yii framework. It takes a step-by-step approach to building a complete real-world application - teaching by practice rather than theory. Overview A step-by-step guide to creating a modern, sophisticated web application using an incremental and iterative approach to software development Build a real-world, user-based, database-driven project task management application using the Yii development framework Take a test-driven design (TDD) approach to software development utilizing the Yii testing framework Write less code by using Yii's application generation and scaffolding tools Enhance your application by adding Web feeds, adapting it to multiple languages, and by utilizing themes to provide beautiful skins and design flexibility What you will learn from this book Take a "test first" approach to software development using the Yii testing framework Auto-generate skeleton web applications as well as CRUD scaffolding for the domain object model using the built-in command-line interface Create user-based applications with Yii's authentication model Enhance your user-based application to control a user's access to feature functionality Write an administrative console application to extend the features provided by Yii's powerful command-line tools Integrate other frameworks and libraries into a Yii application to further extend its feature set Spend less time managing application configuration by taking advantage of Yii's sensible defaults and conventions. Learn how easy it is to implement a multi-user application by utilizing Yii's authentication and role-based authorization models Update your code to properly mange the user's last login time and store it in the database Achieve pre- and post-action method request processing using controller filters Tap into the CActiveRecord validation workflow to allow for pre- and

商品描述(中文翻譯)

對於已經熟悉物件導向程式設計的PHP開發者來說,這本書是學習Yii框架的捷徑。它以逐步建立一個完整的實際應用程式的方式來教學,強調實踐而非理論。

概述
使用增量和迭代的軟體開發方法,逐步指導您建立一個現代、複雜的網頁應用程式
使用Yii開發框架建立一個以使用者為基礎、資料庫驅動的專案任務管理應用程式
採用測試驅動設計(TDD)方法進行軟體開發,利用Yii的測試框架
使用Yii的應用程式生成和腳手架工具,減少程式碼量
通過添加Web feeds、適應多種語言以及使用主題來增強應用程式,提供美觀的外觀和設計彈性

本書的學習重點
使用Yii的測試框架,採用「先測試」的軟體開發方法
使用內建的命令行介面,自動生成網頁應用程式的骨架和CRUD腳手架
使用Yii的身份驗證模型,建立以使用者為基礎的應用程式
擴展Yii強大的命令行工具,編寫管理控制台應用程式
將其他框架和函式庫整合到Yii應用程式中,進一步擴展其功能
利用Yii的合理預設和慣例,節省應用程式配置管理的時間
通過使用Yii的身份驗證和基於角色的授權模型,實現多使用者應用程式
更新程式碼以正確管理使用者的最後登入時間並將其存儲在資料庫中
使用控制器過濾器實現前後動作方法的請求處理
利用CActiveRecord驗證工作流程,實現前後驗證