Yii – Using Controllers

  • Post author:
  • Post category:Yii
  • Post comments:0 Comments

Controllers in web applications should extend from yii\web\Controller or its child classes. In console applications, they should extend from yii\console\Controller or its child classes. Let us create an example controller in the controllers folder.…

Continue ReadingYii – Using Controllers

Yii – Overview

  • Post author:
  • Post category:Yii
  • Post comments:2 Comments

The Yii[ji:] framework is an open-source PHP framework for rapidly-developing, modern Web applications. It is built around the Model-View-Controller composite pattern. Yii provides secure and professional features to create robust projects rapidly.…

Continue ReadingYii – Overview