DB_NestedSet::createRootNode (Previous) (Next) DB_NestedSet::deleteNode

View this page in Last updated: Sun, 05 Oct 2008
English | French | German | Japanese | Plain HTML

DB_NestedSet::createSubNode()

DB_NestedSet::createSubNode()  -- サブノードを作成する

説明


 +-- root1
 |
 +-\ root2 [対象ノード]
 | |
 | |-- subnode1 [新しく作成されるノード]
 |
 +-- root3

パラメータ

integer $id

親ノードの ID。

array $values

ノードのパラメータ => 値 形式の連想配列 ($this->params を参照ください)。

返り値

ノードの ID、あるいはエラー時の false を返します。

例外・エラー

例外はスローされません。

注意

この関数は、スタティックにコールする ことはできません。

DB_NestedSet::createRootNode (Previous) (Next) DB_NestedSet::deleteNode

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.