2
我使用以下url來運行gii:localhost/path to index.php?r=gii
,但只有gii模塊不運行giix。如何在yii中運行giix擴展
請告訴我giix的正確配置?
我的config.php文件是:
'import'=>array(
'application.models.*',
'application.components.*',
),
'gii' => array(
'class' => 'system.gii.GiiModule',
'password'=>'.......',
'generatorPaths' => array(
'ext.giix.generators', // giix generators
),
),
'components'=>array(
'ext.giix.components.*',
'messages' => array (// giix messages directory,giix is and extension.
'extensionBasePaths' => array(
'ext.giix.messages', // giix messages directory.
),
),
),
你選擇發電機嗎? Giix添加新的發生器的不清晰模塊 – Sergey
@ Sergery,我不明白..plz幫助我詳細.im新手所以你的coperation將非常有義務。感謝 –
當你去localhost/path/index.php?r = gii - 你可以選擇發電機的路徑 – Sergey