Category: Yii2

Yii 2.0 Framework Creating SEO Friendly URL

Yii 2.0 Framework Creating SEO Friendly URL


Yii 2.0 framework has a major improvement over version 1.1. Creating SEO friendly URL in Yii 2.0 framework has been a lot easier. All is just turning pretty url ‘on‘ to your Yii application and writing very few rewrite rules in htaccess file, enough to hide index.php from your URL and to make them SEO … Continue reading Yii 2.0 Framework Creating SEO Friendly URL

Yii2: Authentication on Yii2 Restful Web Service – Part 3

Yii2: Authentication on Yii2 Restful Web Service – Part 3


This article is a continuation of two previous articles https://prakashdrupal.wordpress.com/2016/04/07/yii2-authentication-on-yii2-restful-web-service-part-1/ https://prakashdrupal.wordpress.com/2016/04/07/yii2-authentication-on-yii2-restful-web-service-part-2/ Please read first let me not be confused. In the first article we have discussed about how to create a login mechanism on the server side, which is the implementation used to obtain a token of the user logged in as a tool for … Continue reading Yii2: Authentication on Yii2 Restful Web Service – Part 3

Yii2: Authentication on Yii2 Restful Web Service – Part 2

Yii2: Authentication on Yii2 Restful Web Service – Part 2


This article is a continuation of a previous article : https://prakashdrupal.wordpress.com/2016/04/07/yii2-authentication-on-yii2-restful-web-service-part-1/ Please read first to those who have . In previous articles we have discussed how to handle authenticationnya , and that we consider to be a server -side application . Well now we make his client side applications , so as not mainstream then … Continue reading Yii2: Authentication on Yii2 Restful Web Service – Part 2

Yii2: Authentication on Yii2 Restful Web Service – Part 1


If previously we learn about how easy it is to make a web service in Yii2 so this time we will learn about one thing that is important with regard to web service that is about authentication. The point is how do we verify the user accessing our web service. So, what's the difference with … Continue reading Yii2: Authentication on Yii2 Restful Web Service – Part 1

Dependent Drop Down Lists From Scratch in Yii2


There are 2 ways to make the dependent dropdown list in Yii framework 2.0. Using plugin: http://demos.krajee.com/widget-details/depdrop Original code In this article, I show you how to do it with original php code. Create Dropdown First, You should know how to make dropdown in Yii2, this is the basic code which I copied from the … Continue reading Dependent Drop Down Lists From Scratch in Yii2