谁能解释一下 MySQL 中的节点是什么意思?
这个是关于嵌套集的。
我正在阅读来自 Codeigniter 的 wiki 的文档,但我不确定应该为 $node 添加什么内容。
getSubTreeAsHTML (line 704)
Renders the fields for each node starting at the given node
* return: Sample HTML render of tree
string getSubTreeAsHTML (array $node, [array $fields = array()])
* array $node: The node to start with
* array $fields: The fields to display for each node