Return to Snippet

Revision: 67627
at October 13, 2014 22:26 by adesara_jaydeep


Initial Code
First goto protected/config/main.php

Find ipfilter in gii array,

replace ipfilter value with : 'ipFilters'=>array($_SERVER["REMOTE_ADDR"],'::1'),

Initial URL


Initial Description
If you want to enable GII in your live server in YII you can do by following small steps.

Initial Title
Enable GII on the Server - Yii

Initial Tags
php, server

Initial Language
PHP