Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Mastering Yii

Posted By: AlenMiler
Mastering Yii

Mastering Yii by Charles R. Portwood II
English | Jan 28, 2016 | ISBN: 1785882422 | 380 Pages | AZW3/MOBI/EPUB/PDF (conv) | 16.03 MB

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.

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

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

Composer, Configuration, Classes, and Path Aliases
Console Commands and Applications
Migrations, DAO, and Query Building
Active Record, Models, and Forms
Modules, Widgets, and Helpers
Asset Management
Authenticating and Authorizing Users
Routing, Responses, and Events
RESTful APIs
Testing with Codeception
Internationalization and Localization
Performance and Security
Debugging and Deploying