This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
0.6.9
В SectionModel добавлены два новых скоупа
- @method static SectionQuery childrenOf(SectionModel $section)
- @method static SectionQuery directChildrenOf(SectionModel|int $section)
Исправлена ошибка в ElementModel::getSections().
Этот метод теперь возвращает массив секций (как и указано в phpdoc), а не CDbResult.
Исправлен мелкий баг с тем что fetchUsing не учитывалось при кэшировании.