Hi, I'm taking a look at the documentation about Tree Behavior (http:// tempdocs.cakephp.org/#TOC95584) and I have a few questions about this topic: 1) does it work only for binary tree structures? I ask this question because there's an example about 'left node' an 'right node'. 2) how can I associate a node with the correspondig database table column? 3) how can I associate a parent node with the correspondig database table column? 4) is there any limitation or i can manage any kind o tree structure? I need to organize my nodes in n-ary tree stored in a table as described below:
EDT_ID node ID EDT_EDT_ID parent node ID Thanks in advance! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
