properties: an array of library property objects where each object // the following fields: libraryprop_id, type_id, type, value, rank // and includes synonyms // NOTE: For a full listing of fields available in the node object the // print_r $node line below or install the Drupal Devel module which // provides an extra tab at the top of the node page labelled Devel ?> '.print_r($node,TRUE).''; ?> library; $library = tripal_core_expand_chado_vars($library,'table','libraryprop'); $properties = $library->libraryprop; if (!$properties) { $properties = array(); } elseif (!is_array($properties)) { $properties = array($properties); } ?>
Properties
Properties for the library 'library->name ?>' include:
0){ ?> '; $i++; } ?>
TypeValue
'.$result->type_id->name.''.$result->value.'
There are no properties for the current library.
'; } ?>