- <?php
- /**
- * @file
- * This file contains the basic functions for views integration of
- * chado/tripal db tables. Supplementary functions can be found in
- * ./views/
- *
- * Documentation on views integration can be found at
- * http://views2.logrus.com/doc/html/index.html.
- */
- /**
- * @defgroup tripal_db_views External Database Views Integration
- * @ingroup views
- */
|