Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 378 Bytes

readme.md

File metadata and controls

7 lines (5 loc) · 378 Bytes

First go through this repo to get the complete idea of using Yii2 with yii1: https://github.com/ahmadasjad/yii1plusyii2

  • add return before render('yourView', ['model' => $model]) call inside every controller. **
  • Remove echo from your controller, and return all the echo part with a single return statement **
  • Add echo before every widget call inside the view **