Yii Features PHP has a lot of frameworks. Yii is one of them. New version Yii2 has a lot of new features.…
gii database
-
-
YII First Example After installing Yii, you can develop an application that can be accessed via URL http://hostname/basic/web/index.php or http://hostname/index.php depending upon…
-
Flash Data Flash data is a kind of session data, which possesses the following features. Set in one request. Only available during…
-
Create (Insert) Record To insert the records in the database, following steps are there. We have named our Yii2 folder as create.…
-
Upgradation of Yii1.1 to Yii2 There are many differences between 1.1 and 2.0 version of Yii. It was completely rewritten for version…
-
Installation in Linux We are installing our Yii2 framework thorugh Composer. So first we need to install composer on our Linux system.…
-
What is Gii Gii is an automatic code generation tool introduced in Yii 2.0. Code generation in Gii is quiet easy as…
-
Yii Models Models are part of MVC structure. They represent the rules and logic for an application. Means they hold data and…
-
What is Yii Framework The Yii is an open-source, light-weighted PHP based framework used to develop a whole web application much faster.…
-
Modules A module resides in the main application and organized as a directory that is called base path of the module. This…