Changes between Version 6 and Version 7 of CookBookDataModels


Ignore:
Timestamp:
Feb 1, 2006, 6:01:52 AM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBookDataModels

    v6 v7  
    55[wiki:CookBookCategoryDataModel A "category" data model] - for use in custom documents, weblog entries, etc.
    66
    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.
    88
    99[wiki:ModelInheritance Model Inheritance]
Back to Top