Closed avevlad closed 10 years ago
Решил проблему так
public function behaviors() {
return [
[
'class' => 'creocoder\behaviors\NestedSet',
],
];
}
@AveVlad Там ошибка в доке небольшая. Вместо getClass()
нужно className()
. Доку сейчас исправлю.
Спасибо!
Модель: https://gist.github.com/AveVlad/9dc542a5873d8295a90c Контроллер: https://gist.github.com/AveVlad/2f694e9cf23e3191270a