PHP开发实例大全(提高卷) 中文完整pdf扫描版[244MB]
- $config['modules']['gii'] = [
- 'class' => 'yii\gii\Module',
- 'generators' => [
- 'crud' => [
- 'class' => 'yii\gii\generators\crud\Generator',
- 'templates' => ['mycrud' => '@app/templates/mycrud']
- ]
- ]
- ];
- $config['modules']['gii'] = [
- 'class' => 'yii\gii\Module',
- 'generators' => [
- 'crud' => [
- 'class' => 'yii\gii\generators\crud\Generator',
- 'templates' => ['mycrud' => '@app/templates/mycrud']
- ]
- ]
- ];