Select Page
How to Add Advanced filters for Yii Grid

How to Add Advanced filters for Yii Grid

How to Add Advanced filters for Yii Grid A grid is a series of vertical and horizontal lines that are used to subdivide a page vertically and horizontally into margins. All web applications will have grids in some form or the other, they will help us to filter the...
Themeing yii2 application

Themeing yii2 application

IN Yii 1.X we have themes, but its missing in yii 2.0, so how you can add themes to your Yii Web applications. Before we go further lets know what is Theming? Theming is a systematic way of customizing the outlook of pages in a Web application. By applying a new...
Install NGINX from source code on Ubuntu 14.04 LTS server

Install NGINX from source code on Ubuntu 14.04 LTS server

Normally you will install Nginx using apt-get install nginx, but in some scenarios we may need to install Nginx from source on Ubuntu. The reason could be we want to either install nginx with new custom nginx module which is not there in base nginx version or we...