Cody Caughlan wrote:
I have populated my site tree with various standard dmHTML and dmInclude objects all organized under dmNavigation nodes. When I have a look at the database, particularly the "nested_tree_objects" table, the only objects in this table are of type "dmNavigation". Shouldnt all my other objects be in here as well?

Nested tree shows topographical information only. Acutally you will find relationships for categories and navigation nodes here. You can even use this system for custom objects if they need to preserve tree like metadata.


I am trying to draw my own dynamic navigation based on the tree structure in the database, but all I have access to are the dmNavigation nodes. My rendering code should be able to access and output any other standard pages (dmHTML, dmInclude) in there as well.

Is there something I am missing here?

Yes -- *don't* look at the database, look at the API. You need to call the tree.cfc component. Take a look at getDescendants() -- have a look at some sample code for building navigation data, perhaps the sitemap tag.


-- geoff
http://www.daemon.com.au/

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to