creocoder / yii2-nested-sets

The nested sets behavior for the Yii framework.
Other
446 stars 129 forks source link

createQuery #18

Closed shishka closed 9 years ago

shishka commented 10 years ago

в новом yii2 в AR нет createQuery никак не докопаюсь. http://www.yiiframework.ru/forum/viewtopic.php?f=19&t=17975

pahanini commented 10 years ago

Нужно заменить на

    public static function find()
    {
        return new CategoryQuery(get_called_class());
    }