Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the principle of gem?

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

Most people do not understand the knowledge points of this article "what is the principle of gem", so the editor summarizes the following content, detailed content, clear steps, and has a certain reference value. I hope you can get something after reading this article. Let's take a look at this "what is the principle of gem" article.

This gem is used to implement a tree structure, such as a category, and there are subcategories below, so you can use it at this time, and you can also use it when you reply to a post and others will reply to you. There is a submenu under a menu, and there can be a submenu under the submenu, and there are menu items under the submenu, which can realize a kind of tree structure menu. Its principle is also very simple, in the model is to achieve a self-association, if in a comment (comment) model, define a children (child), and then define a parent (parent),: class_name is' Comment'. So how do they achieve the connection, that is to say, the child needs to know who the father is, and the father needs to know what children it has. It is related through a field in the data store. In this gem, this field is called parent_id. If we create a root, root = Comment.create, at this time, the parent_id of root* is null, it is a root, children = root.children.create, and this children is a child of root. So children's parent_id is root's id.

The above is the content of this article on "what is the principle of gem". I believe we all have a certain understanding. I hope the content shared by the editor will be helpful to you. If you want to know more about the relevant knowledge, please pay attention to the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report