0

Is there any function of joomla that gives the top most parent of a subcategory? Like, I have this structure-

enter image description here

If I have id of "Components" than how could I get "Sample Data-Articles".

Thanks.

4

1 に答える 1

0

getPathRoot を使用して、最後から 2 番目のノードを選択できます (最後のノードは、それ自体はカテゴリではないカテゴリ ルートです)。 https://github.com/joomla/joomla-platform/blob/staging/libraries/joomla/table/nested.php#L126 または https://github.com/joomla/joomla-platform/blob/staging/libraries/ legacy/categories/categories.php#L932

于 2012-10-24T14:58:42.520 に答える