Cookies A cookie is a small file that server embeds in the user’s system which is used to identify a user. In…
gii database
-
-
Yii2 Installation Step 1 Go to Yii official site, http://www.yiiframework.com/ Step 2 Click on Download Yii button. You’ll see options like, Install…
-
Yii Entry Scripts It is the first step in application handling process and responsible to start a request handling cycle. An application…
-
Yii Features PHP has a lot of frameworks. Yii is one of them. New version Yii2 has a lot of new features.…
-
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…