Mastering Yii(Paperback)

Charles R. Portwood II

  • 出版商: Packt Publishing
  • 出版日期: 2016-01-28
  • 售價: $2,060
  • 貴賓價: 9.5$1,957
  • 語言: 英文
  • 頁數: 380
  • 裝訂: Paperback
  • ISBN: 1785882422
  • ISBN-13: 9781785882425
  • 下單後立即進貨 (約3~4週)

商品描述

Key Features

  • Learn to work with the key aspects of Yii Framework 2
  • Explore how to create RESTful APIs with Yii
  • Incorporate codeception with Yii2 to test your code thoroughly

Book Description

The successor of Yii Framework 1.1, Yii2 is a complete rewrite of Yii Framework, one of the most popular PHP 5 frameworks for making modern web applications. The update embraces the best practices and protocols established with newer versions of PHP, while still maintaining the simple, fast, and extendable behavior found in its predecessor.

This book has been written to enhance your skills and knowledge with Yii Framework 2. Starting with configuration and how to initialize new projects, you'll learn how to configure, manage, and use every aspect of Yii2 from Gii, DAO, Query Builder, Active Record, and migrations, to asset manager. You'll also discover how to automatically test your code using codeception.

With this book by your side, you'll have all the skills you need to quickly create rich modern web and console applications with Yii2.

What you will learn

  • Explore Yii2's conventions and learn how to properly configure Yii2
  • Create both web and console applications
  • Reduce development time by learning to create classes automatically with Gii, Yii2's automatic code generation tool
  • Use Yii2's database migration tool
  • Manage and access databases with Active Record, DAO, and Query Builder
  • Handle user authentication and authorization within Yii2
  • Create RESTful APIs with Yii Framework 2
  • Test applications automatically with codeception

About the Author

Charles R. Portwood II has over 10 years of experience developing modern web applications and is well versed in integrating PHP with native mobile applications. An avid proponent of Yii Framework and open source software, Charles has contributed multiple guides, extensions, and applications to the Yii community. In addition to being a programmer, he is also a Linux system administrator.

Table of Contents

  1. Composer, Configuration, Classes, and Path Aliases
  2. Console Commands and Applications
  3. Migrations, DAO, and Query Building
  4. Active Record, Models, and Forms
  5. Modules, Widgets, and Helpers
  6. Asset Management
  7. Authenticating and Authorizing Users
  8. Routing, Responses, and Events
  9. RESTful APIs
  10. Testing with Codeception
  11. Internationalization and Localization
  12. Performance and Security
  13. Debugging and Deploying