what is it gii?
This is the tool to create automated script based on Yii
Read more about it in The Definitive Guide to Yii (available in 13 languages).
/Tommy
i speak pesian ![]()
but I understand English ![]()
very tanks ![]()
it is similar to scaffold. to make it active, edit main.php from /protected/config/main.php and uncomment lines under ‘modules’.
'modules'=>array(
'gii'=>array(
'class'=>'system.gii.GiiModule',
'password'=>'giipassword', //it is your password to enter gii
'ipFilters'=>array('127.0.0.1','::1'),
),
),
CMIIW
![]()