Book Image

Learning Yii 2 [Video]

By : Matthew Beaumont
Book Image

Learning Yii 2 [Video]

By: Matthew Beaumont

Overview of this book

<p>Yii is the premium PHP framework for developing web applications. It provides components to simplify every aspect of web development, including authentication, authorization, and automated testing, offering a comprehensive ORM called ActiveRecord, and the option to perform performance tuning. We can use all of these features out-of-the-box, or even customize them based on our project requirements.</p> <p>The more applications we develop for the web, the more aware we become that we’re spending time on the same repetitive tasks. Learning Yii 2 demonstrates how it is entirely possible to write quality applications fast. This course will show you how to create a basic but fully functional dating site for monsters. All this with minimal effort on your part, because the Yii framework simplifies the overhead work.</p> <p>We’ll start by installing Yii's basic application template via Vagrant. Before you know it, you’ll have a fully-functional web application that is ready to be customized. You’ll learn to generate Models, Views, and Controllers, and debug and test them with the Debug Toolbar and Codeception. As we continue, you’ll learn to modify that generated code to create a registration page, a profile page, and a listing page, as well as a search interface using ActiveQuery and TypeAhead. We’ll also use ACF and RBAC to boost the security of our website.</p> <p>By the end, you’ll be comfortable using Yii 2 to develop your own personal and professional web applications.</p> <h1>Style and Approach</h1> <p>This course will walk you through every step of building a basic functional web application in a practical and detailed but fun way.</p>
Table of Contents (7 chapters)
Chapter 5
Adding Some Style
Content Locked
Section 4
Monster Profiling – The Scary Details
The current profile (view) page is not very appealing, so we'll use some of the skills we've learned in the previous videos to spice it up. - Create a custom URL with a parameter - Add a profile photo and Lightbox - Customize the details section and hide the edit buttons for other users