Giter Site home page Giter Site logo

Comments (2)

schmunk42 avatar schmunk42 commented on June 23, 2024

https://github.com/creocoder/yii2-nested-sets#getting-parents-of-a-node

from yii2-nested-sets.

lowap avatar lowap commented on June 23, 2024

I've found also just right now!
getBreadCrumbs()
http://demos.krajee.com/tree-manager#model-methods
thx a lot!

the one that you say, I don't know why but it's not working for me. Something is missing or I don't know. I need to call the function in the view for a dropdown, so I guess it's planned not for this, is it?

Oh, it's not really working somehow. Parents are not correct. I have this in model:

public function getDispName() { return $this->getBreadcrumbs(null, ' > ', null); }

and then in the form:

$form->field($model, 'group_id')->dropDownList( \yii\helpers\ArrayHelper::map(app\models\Pmgroup::find()->orderBy(['root' => SORT_ASC, 'lft' => SORT_ASC])->all(), 'id', 'dispName'), [ ]

Am I doing something wrong?

Ich habe's gefunden!
->addOrderBy('root, lft') - so ist richtig!

from yii2-nested-sets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.