Version 1.0.7

    Yesterday, July 5, the next version of the wonderful framework called Yii was released. And although the creators report that before version 1.1, which will be released at the end of this year, we should not expect something new, and all changes will concern the correction of the identified problems, nevertheless, let's see what interesting awaits us this time.
    • Added the ability to specify anchors in CController :: redirect.
    • Added the ability to exit for the user without deleting session data that is not directly related to authorization.
    • Now you can dynamically disable and enable logging of routes / paths.
    • Added the ability to stop saving or deleting using ActiveRecord behavior.
    • The automatic recognition of fields in MySQL with the tinyint (1) type as Boolean declared in the previous version is canceled.
    • A new option “index” has now appeared in the description of ActiveRecord links, in which you can specify the name of the field, the values ​​from which will be used for use as array indexes. This only applies to HAS_MANY and MANY_MANY relationships.
    • The userAgent parameter has been added to CHttpRequest :: getBrowser ().

    Also in the list of changes is about 20 more bug fixes and minor improvements.

    Also popular now: