One of the main enhancements introduced in 1.1.2 is called gii, a highly customizable and extensible Web-based code generating platform. Using gii, one can quickly generate the code for his specific needs and in his favorite style via an intuitive Web interface. Other than gii, we also included 20 bug fixes and more than 20 minor enhancements, such as changing relations and validation rules on-the-fly for ActiveRecord, new jQuery-UI-based autocomplete, etc. For the complete list of changes in this release, please see:
Upgrading to 1.1.2 from 1.1.1 should require minimal effort. If you upgrade from earlier versions, please refer to the following upgrade guide for detailed instructions:
If you downloaded the release file before the time of this post, please re-download before the previous release file has an error that would load an incorrect Jquery UI css file. Sorry for the trouble.
i found Yii::t in the documentations i hope it will be default in the next version …
the customization for CRUD generation path is limited … what if i want add the CRUD generated files inside a module and not the application.
i think it will be smart gii if it can take the model path (already inside the module model folder) and ask if we need to add generated files inside application (default) or the module, just like the template path customization.