Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

What do you need to know about yii tutorial?


Asked by Alvin Bradley on Dec 15, 2021 FAQ



YII is a light-weight and open-source framework to develop PHP application. Our YII tutorial includes all topics of such as YII Features , Upgradation, Installation, Data Structure, MVC, Sessions, Flash Data, Cookies, File Upload, etc. Before learning YII you must have the basic knowledge of PHP.
Besides,
YII is a light-weight and open-source framework to develop PHP application. Our YII tutorial includes all topics of such as YII Features , Upgradation, Installation, Data Structure, MVC, Sessions, Flash Data, Cookies, File Upload, etc.
In addition, Yii is a pure OOP (Object-Oriented Programming) framework. Hence, it requires a basic knowledge of OOP. The Yii framework also uses the latest features of PHP, like traits and namespaces. It would be easier for you to pick up Yii 2.0 if you understand these concepts.
Subsequently,
After installing Yii, you have a working Yii application that can be accessed via the URL http://hostname/basic/web/index.php or http://hostname/index.php, depending upon your configuration. This section will introduce the application's built-in functionality, how the code is organized, and how the application handles requests in general.
And,
As Rod describes further below, installing Yii requires the composer asset plugin: He recommends setting up an account with GitHub and configuring an access token.