properties: an array of feature property objects where each object // the following fields: featureprop_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 ?> feature; $feature = tripal_core_expand_chado_vars($feature,'table','featureprop'); $properties = $feature->featureprop; if (!$properties) { $properties = array(); } elseif (!is_array($properties)) { $properties = array($properties); } ?>
Properties
Properties for the feature 'feature->name ?>' include:
0){ ?> '; $i++; } ?>
TypeValue
'.$result->type_id->name.''.$result->value.'
There are no properties for the current feature.
'; } ?>