laceysanderson e05951ab12 Added 'Link to Node' option for name/uniquename fields -works regardless of whether the field is from the base table 14 vuotta sitten
..
handlers 9522c82fc7 Changed get Node ID method: Now you can access 1+ Node ID field for 1+ table without conflict 14 vuotta sitten
README 248c5d815c Added Views Integration for tripal_organism & tripal_library 14 vuotta sitten
chado_organism.views.inc 733f3c597b Added support for internal chado to views (including joining to node table) for organism, library, feature & analysis 14 vuotta sitten
organism.views.inc e05951ab12 Added 'Link to Node' option for name/uniquename fields -works regardless of whether the field is from the base table 14 vuotta sitten

README

This folder contains all supplementary code needed for views integration
of the chado organism and related tables.

File Descriptions:
========================================================================
.views.inc:
contains a single function retrieve__views_data()
which describes that table to views. This function is called by
_views_data() in ../.views.inc.
For more information on the form of this data array look up the
views2 documentation for hook_views_data()
-http://views2.logrus.com/doc/html/index.html

handlers/
A folder which contains symbolic links to tripal_core/views_handlers/ files.
Each file contained within this folder defines a views handler. Only custom
handlers are included in this folder and each must be described in
hook_views_handlers() in ../.views.inc.
A views handler does one of the following:
1) describe the type of a field and how it should be displayed
2) describe a method to sort this field
3) describe a method to filter this field