mootensai / yii2-enhanced-gii

Enhanced Yii2 Gii (generator) that generates related Models & CRUD
MIT License
203 stars 98 forks source link

CRUD Tree / mistake in table prefix #144

Open strtob opened 6 years ago

strtob commented 6 years ago

I configure a table-prefix ('tbl_') - the I/O Generator (CRUD) doesn't consider the config an try to generation views like this

Generating code using template "/var/www/html/re-exchange/vendor/mootensai/yii2-enhanced-gii/crud/default"...
skipped controllers/TblCompanyController.php
skipped views/tbl-company/_form.php
skipped views/tbl-company/_script.php
skipped views/tbl-company/index.php
done!