array( 'left_field' => 'lid', 'field' => 'lid', ), // location_www links to node through location_instance via lid. 'node' => array( 'left_table' => 'location_instance', 'left_field' => 'lid', 'field' => 'lid', ), // location_www links to node_revision through location_instance via lid. 'node_revision' => array( 'left_table' => 'location_instance', 'left_field' => 'lid', 'field' => 'lid', ), // location_www links to users through location_instance via lid. 'users' => array( 'left_table' => 'location_instance', 'left_field' => 'lid', 'field' => 'lid', ), ); // ---------------------------------------------------------------- // location_www table -- fields $data['location_www']['www'] = array( 'title' => t('www'), 'help' => t('The www number of the selected location.'), 'field' => array( 'click sortable' => TRUE, ), 'argument' => array( 'handler' => 'views_handler_argument_string', 'empty field name' => t('None'), ), 'filter' => array( 'handler' => 'views_handler_filter_string', 'allow empty' => TRUE, ), ); return $data; }