Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmadasjad/yii2plusyii1

upgrade yii1 to yii2
https://github.com/ahmadasjad/yii2plusyii1

php yii yii1-and-yii2 yii2 yii2-and-yii1

Last synced: about 2 months ago
JSON representation

upgrade yii1 to yii2

Awesome Lists containing this project

README

        

> 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 **