📜 ⬆️ ⬇️

Yii 1.1.1 and 1.0.12

The release of the PHP framework Yii versions 1.1.1 and 1.0.12 took place a little out of schedule.

Fixed over twenty bugs. Added more than thirty improvements and new features, some of which can significantly increase the speed of development using Yii.

- CActiveForm widget, which allows you to implement the validation of HTML forms on both the client and the server, using one set of model rules.
- CGridView widget now supports filters.
- The generated yiic code contains search functions and filters.
- CHtml buttons and links now work fine with AJAX.
- When batch assigning model properties in debug mode, the log gets what was filtered.
- jQuery updated to 1.4.2, jQuery UI - up to 1.8rc3.
- The Russian-language documentation has been updated to 1.1.1 and is in a completely up-to-date state.
')
A nice addition to the release is that I will now work on the Yii core.

- List of changes in 1.1.1
- List of changes in 1.0.12
- Updated

Source: https://habr.com/ru/post/87474/


All Articles