Giter Site home page Giter Site logo

Must be 'Menu' class? about yii2-nested-sets HOT 6 CLOSED

gvanto avatar gvanto commented on July 22, 2024
Must be 'Menu' class?

from yii2-nested-sets.

Comments (6)

Mihai-P avatar Mihai-P commented on July 22, 2024 1

Yes, you can name the model in any way you desire. The point of this behavior is that you can attach it to any model and it makes the model work with nested sets.

I use it as product categories, website menus, a restaurant menu (first level are the times of day, the second the categories, the 3rd level the meals), etc. None of my models are actually called "Menu".

from yii2-nested-sets.

Mihai-P avatar Mihai-P commented on July 22, 2024 1

Depends on the requirements, sometimes the products table have a category_id field (when products belong to 1 category only) or with a category_product relationship table when a product can belong to multiple categories.

from yii2-nested-sets.

gvanto avatar gvanto commented on July 22, 2024

Awesome thanks @Mihai-P this what I was hoping for ...

If you don't mind can I ask how you link your products to product categories? I have a model called BlogSite (resembles a blog/website) which I want to categorize and have it listed under a directory with something like /directory/{cat_level_1} and /directory{cat_level_1}/{cat_level_2} which lists the appropriate blogSites.

from yii2-nested-sets.

Mihai-P avatar Mihai-P commented on July 22, 2024

I have not done that, but you could try using the sluggable behavior http://www.yiiframework.com/doc-2.0/yii-behaviors-sluggablebehavior.html .

from yii2-nested-sets.

gvanto avatar gvanto commented on July 22, 2024

from yii2-nested-sets.

gvanto avatar gvanto commented on July 22, 2024

OK thanks much thought that might be case just wanted to confirm :D

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.