This is a learning step for Yii beginners. You can take a general look at the tutorials and documents in these steps to gain a complete understanding of the Yii Framework. This is very helpful for learning Yii.
This is a learning step for Yii beginners. You can take a general look at the tutorials and documents in these steps to gain a complete understanding of the Yii Framework. This is very helpful for learning Yii.
Learning PHPYou need to learn how to use PHP for programming. you can find many tutorials on the Internet, or buy a book to learn PHP. The Basis/Advanced/Database tutorial in w3schools is a good start,Generally, php.net is used to query functions or view documents..
Learning PHP object-orientedYou need to know the basic knowledge of object-oriented programming. Like above, you can use Google or buy a book. Click here for common tutorials or video tutorials.
MVCUnderstanding the meaning of model (M)-View (V)-controller (C) is very important. if you do not understand it, you will think Yii is messy. when MVC is very clear in your mind, you will find that this is a very logical model. Please refer to steps 1, 2, and 3.
Brief IntroductionThe eyes are the easiest to understand, so check the screenshot and read Larry's easy tutorial blog.
Guide)Authoritative guidance is very useful. you only need to see it from the beginning.Do not forget the comment at the bottom of each page..
PracticeYes, now you should feel itchy! Try Yii Agile Web Application Development or the example in the blog tutorial. (or do it all) _ If you have read this book, do not forget to check the error table.
SupplementYii Application Development Cookbook has many good skills. you can also view Yii Wiki and Yii reference. if you have any questions, go to the community forum for help.
Steps 1 and 2 may take days, weeks, or years.
Steps 3 to 5 take several hours.
Step 6 takes a few days, and weeks if the time is insufficient.