M
M
Michael2015-03-09 21:05:37
PHP
Michael, 2015-03-09 21:05:37

Mysql+php what is the best way to store hierarchical data?

what is the best way to store hierarchical data? The maximum nesting level is 5-6
there is an option to face relationships in the adjacent table, for each nesting level by record

Answer the question

In order to leave comments, you need to log in

4 answer(s)
E
evnuh, 2015-03-09
@scherbuk

Если максимум 6 и точно больше никогда не будет, то не грех и через pid. Но это вообще самая хреновая структура. Лучше всего Nested Sets, сразу с хранением уровня вложенности.

P
Philipp, 2015-03-09
@zoonman

Дарю ebooks.cawok.pro/Morgan.Kaufmann.Joe.Celkos.Trees....
mikehillyer.com/articles/managing-hierarchical-dat...

Станислав, 2015-03-09
@delfi

В свое время пользовался данной статьей для создания древовидного меню:
sitesource.ru/stati/mnogourovnevoe-menyu-na-php-mysql
По опыту - распространенная практика, которая описана в статье

Владимир, 2015-03-09
@djQuery

...или здесь

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question