Programming With Yii2: Getting Started

This tutorial will walk you through installing Yii 2.0, setting up your local development environment, building a simple Hello World application, setting up your remote production environment for hosting and deploying your code from a GitHub repository. It’s the perfect way to get started with Yii2. It’s also only the first installment of many tutorials in […]

Read More

Introduction to the Yii Framework

What’s Yii? My Introduction to the Yii Framework at Tuts+ is a great entry point to learn about the framework: Writing “Hello World” in PHP is quite easy but building an actual web application becomes complicated quickly. As soon as you want to manage security, write DRY code, or leverage MVC design techniques, PHP seems lacking. In the past I’ve worked with Ruby […]

Read More