Changes between Version 6 and Version 7 of CookBookDataModels
- Timestamp:
- Feb 1, 2006, 6:01:52 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBookDataModels
v6 v7 5 5 [wiki:CookBookCategoryDataModel A "category" data model] - for use in custom documents, weblog entries, etc. 6 6 7 [wiki:ModifiedPreorderTreeTraversal An efficient parent/child relationship] - Similar to the "category" data model above, but non-recursive (avoids re-queries to discover the tree)7 [wiki:ModifiedPreorderTreeTraversal An efficient parent/child relationship] - Similar to the "category" data model above, but doesn't use recursive functions, neither multiple queries. 8 8 9 9 [wiki:ModelInheritance Model Inheritance]