- What do you need to know for Yii?
- PHP for Yii
- Object oriented programming by Yii
- Command line and composer for Yii
What do you need to know
The Yii learning curve is not as steep as other PHP frameworks but still there are some things you should learn before starting with Yii.
PHP
Yii is a PHP framework so make sure you read and understand language reference. When developing with Yii you will be writing code in an object oriented fashion, so make sure you are familiar with Classes and Objects as well as namespaces.
Object oriented programming
Basic understanding of object oriented programming is required. If you're not familiar with it, check one of the many tutorials available such as the one from tuts+.
Note that the more complicated your application is the more advanced OOP concepts you should learn in order to successfully manage that complexity.
Command line and composer
Yii extensively uses de-facto standard PHP package manager, Composer so make sure you read and understand its guide. If you are not familiar with using command line it is time to start trying. Once you learn the basics you'll never want to work without it.
Заберите ссылку на статью к себе, чтобы потом легко её найти!
Раз уж досюда дочитали, то может может есть желание рассказать об этом месте своим друзьям, знакомым и просто мимо проходящим?
Не надо себя сдерживать! ;)