Category tree with nested sets and Extbase (1)
29.01.2012 in
For a current project, I have to implement a category tree with arbitrary nesting level stored in a relational database. Nested sets is one way to do this if you have many read requests and only few write requests. This article tries to give you the required theoretical background.
