6 require_once(BASE.
"wcmf/lib/model/mapper/class.NodeUnifiedRDBMapper.php");
7 require_once(BASE.
"application/include/model/wcmf/class.Adodbseq.php");
67 $nodeDef[
'_properties'] = array
69 array(
'name' =>
'is_searchable',
'value' =>
false),
73 $nodeDef[
'_datadef'] = array
78 array(
'name' =>
'id',
'app_data_type' =>
DATATYPE_IGNORE,
'column_name' =>
'id',
'db_data_type' =>
'INT(11) NOT NULL',
'default' =>
'',
'restrictions_match' =>
'',
'restrictions_not_match' =>
'',
'restrictions_description' =>
'',
'is_editable' =>
false,
'input_type' =>
'text',
'display_type' =>
'text')
80 $nodeDef[
'_ref'] = array
83 $nodeDef[
'_parents'] = array
86 $nodeDef[
'_children'] = array
& createObject($oid=null)
getObjectDefinitionImpl()
getMyFKColumnNameImpl($parentType)
NodeUnifiedRDBMapper maps Node objects to a relational database schema where each Node type has its o...