|
Tripal 0.3b
|
Go to the source code of this file.
Functions | |
| retrieve_chado_XXX_views_data () | |
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:
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.
| 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
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.