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.
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.
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.
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.
Found a typo or you think this page needs improvement?
Edit it on github !
Signup or Login in order to comment.