here's the portion of the reactor.xml file pertinent to the nav:

        <object name="Navigation"></object>
        <object name="Navigation" alias="NavParent">
          <hasMany name="navChild">
            <relate from="navigationID" to="ParentID"></relate>
          </hasMany>
        </object>
                
        <object name="Navigation" alias="navChild">
          <hasOne name="NavParent">
            <relate from="parentID" to="NavigationID"></relate>
          </hasOne>
        </object>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237690
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to