[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/image/contrib/image_gallery/views/ -> image_gallery.views.inc (summary)

(no description)

File Size: 316 lines (12 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

image_gallery_join_subquery:: (2 methods):
  construct()
  join()

Defines 2 functions

  image_gallery_views_data_alter()
  image_gallery_views_handlers()
  image_gallery_views_plugins()

Class: image_gallery_join_subquery  - X-Ref

Join handler for relationships that join with a subquery as the left field.
To use this join, set 'left query' in the definition as a subquery to go on
the left side of the JOIN condition, ie:
LEFT JOIN node node_term_data ON ([YOUR SUBQUERY HERE]) = node_term_data.nid
This should ultimately be replaced with the stuff for general groupwise
max relationships in views: @see <http://drupal.org/node/470258>.

construct($table = NULL, $left_table = NULL, $left_field = NULL, $field = NULL, $extra = array()   X-Ref
No description

join($table, &$query)   X-Ref
Build the SQL for the join this object represents.


Functions
Functions that are not part of a class:

image_gallery_views_data_alter(&$data)   X-Ref
Implementation of hook_views_data_alter().
Add fields for image gallery (ie vocabulary terms) to the term_data table.


image_gallery_views_handlers()   X-Ref
Implementation of hook_views_handlers().


image_gallery_views_plugins()   X-Ref
Implementation of hook_views_plugins().




Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7