📜 ⬆️ ⬇️

Yii 1.1.5

The release of the PHP framework Yii with the number 1.1.5, which introduced an impressive number of fixes and improvements.

Most delicious:

- CTypedMap .
- The profiler now shows the parameters of SQL queries.
- Arrays as parameters for controller action .
- Improvements in console commands .
- CClientScript can now be called
chain:
')
Yii::app()->clientScript->registerCoreScript(…)->registerScriptFile(…)->registerStyle(…);

- Added CDbCriteria :: index , with which you can get the result of the query
array with the values ​​of the specified field as keys.
- Publishing resources through symlinks (CAssetManager :: linkAssets).
- Supports PhpUnit 3.5.0RC1 and higher.
- CActiveDataProvider now supports composite keys.
- yiic.bat under Windows now works correctly if the path to PHP contains spaces.
- Support for autoloading PHP5.3 classes from namespaces .
- Support for themeizing widgets that display views through the render method.

- A list of all changes .
- Update instructions .
- We try and update

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


All Articles