Fetching content from customDB attached to childnodes
Hi
My website-structure is something like this:
root
-category1
--subcategory1
---node 1
---node 2
In my customDB I store some data which is associated with my childnodes (node 1 and node 2). What would be the best way of storing/retrieving the relationship, so I can fetch it on category1?
Fetching content from customDB attached to childnodes
Hi
My website-structure is something like this:
root
-category1
--subcategory1
---node 1
---node 2
In my customDB I store some data which is associated with my childnodes (node 1 and node 2). What would be the best way of storing/retrieving the relationship, so I can fetch it on category1?
Thanks
Thomas
A custom data type would be the best way. Then you can code exactly how you want it to query your custom database and work with it.
is working on a reply...