Giter Site home page Giter Site logo

Comments (4)

creocoder avatar creocoder commented on May 23, 2024

Not sure about that. Can you show example when it may be interesting?

from yii2-nested-sets.

mikehaertl avatar mikehaertl commented on May 23, 2024

There are many scenarios. It's really just for convenience: If I want to move a node somewhere else, why should I need to load the target node, too? It should be enough to call $node->appendTo($id).

In fact, even a static interface would be interesting, something like MyModel::appendNodeTo($id, $targetId); where both $id and $targetId could be anything, object or id. The instance methods could then utilize those static methos.

I found this way of implementing operations very convenient in my projects. It can even help to reduce the number of DB queries sometimes (you may not really need the full node instance for each operation - sometimes the id may be enough).

from yii2-nested-sets.

creocoder avatar creocoder commented on May 23, 2024

If I want to move a node somewhere else, why should I need to load the target node, too? It should be enough to call $node->appendTo($id).

you may not really need the full node instance for each operation - sometimes the id may be enough

You always need full node instance. So even if you'll provide only id it will fetch node to get necessary data for operation. So since you can't reduce DB queries it always interesting to have target node instance in upper level for some additional checks. Long time ago (NS for Yii 1) i though about such methods, but i did not find any real world cases when you not interested in target node object in upper level. I'm not say there is no such examples. But even if so we need set of separate methods like appendToByPk, prependToByPk, etc...

from yii2-nested-sets.

mikehaertl avatar mikehaertl commented on May 23, 2024

Ok, I see you point. This is really only for a bit more convenience. No problem if it's not implemented.

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.