09-03-2014 05:58 AM
$nodes = $session->query($currentStore, $path."/cm:".$cif."/cm:".$space_riegos."\"");
foreach ($nodes[0]->children as $node)
{
?>
<tr>
<td><?php echo $node->child->id; ?></td>
<td><?php echo $node->child->cm_name; ?></td>
<td><?php echo $node->child->properties["dig:Doc_name"]; ?></td>
</tr>
<?php
}
Notice: Undefined index: dig:Doc_name in C:\xampp\htdocs\api\queryExecuter.php on line 229
<td><?php echo $node->child->properties["Doc_name"]; ?></td>
<td><?php echo $node->child->properties["cm:name"]; ?></td>
<td><?php echo $node->child->properties["name"]; ?></td>
<td><?php echo $node->child->properties["title"]; ?></td>
<td><?php echo $node->child->properties["cm:title"]; ?></td>
09-03-2014 08:45 AM
<td><?php echo $node->child->properties['{digitModel.model}Doc_name']; ?></td>
<td><?php echo $node->child->properties['{http://www.alfresco.org/model/content/1.0}name']; ?></td>
09-03-2014 10:58 PM
09-05-2014 06:10 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.