Cookies A cookie is a small file that server embeds in the user’s system which is used to identify a user. In…
YII Framework Tutorial
-
-
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…
-
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…
-
Ad hoc Validation To validate values that are not bound to any model, we need to use ad hoc validation. Or if…