Tripal 0.3b
tripal_core/views/template.node_join.views.inc File Reference

Go to the source code of this file.

Functions

 retrieve_chado_XXX_views_data ()

Detailed Description

This file defines the data array for a given chado table. This array is merged into a larger array containing definitions of all tables associated with this module in:

See also:
tripal_core.views.inc --in tripal_core_views_data()

Note: All chado tables are joined to their drupal nodes through the chado_XXX linking table. This file simply defines this linking table and joins the three tables together. No modification of XXX.views.inc is needed.

Documentation on views integration can be found at http://views2.logrus.com/doc/html/index.html.

Definition in file template.node_join.views.inc.


Function Documentation

retrieve_chado_XXX_views_data ( )

Purpose: this function returns the portion of the data array which describes the chado_XXX drupal table, it's fields and any joins between it and other tables

See also:
tripal_core_views_data() --in tripal_core.views.inc

The main need for description of this table to views is to join chado data with drupal nodes

Definition at line 44 of file template.node_join.views.inc.

 All Classes Files Functions Variables