We are very pleased to announce the release of Gii extension version 2.0.8.
Additionally to bug fixes, there is a new option in model generator that allows standardized capitals in class names:
SOME_TABLE -> SomeTable
Other_Table -> OtherTable
instead of
SOME_TABLE -> SOMETABLE
Other_Table -> OtherTable
See the CHANGELOG for details.