Nested Set

From Cloudrexx Development Wiki
Jump to: navigation, search


Introduction

What is a Nested Set? See https://en.wikipedia.org/wiki/Nested_set_model

Integration in Cloudrexx

Cloudrexx provides two methods/libraries to implement a Nested Set. Depending on the database driver that shall be used you would use one or the other.

Method Name Compatible DB Driver Documentation Reference Implementations
Legacy DB_NestedSet AdoDb
  • Model Category of component News
ORM Gedmo\Tree Doctrine
  • Model Node of component ContentManager