schmunk42 / yii2-giiant

Yii 2 Framework Code Generator Gii on Steroids
271 stars 120 forks source link

make creation of the class name between model and crud generator consistent #261

Closed handcode closed 4 years ago

handcode commented 4 years ago

If prefix and map are defined together, you had to define the TableNames in the map once with and once without prefix.

This PR makes creation of the class name between model and crud generator more consistent so that the definition in the map is only necessary once (with prefix)

schmunk42 commented 4 years ago

Thank you!