|
|
Drupal example source code file (views_handler_argument_group_by_numeric.inc)
The views_handler_argument_group_by_numeric.inc Drupal example source code<?php // $Id: views_handler_argument_group_by_numeric.inc,v 1.1.4.2 2010/01/24 22:37:52 dereine Exp $ /** * Simple handler for arguments using group by. */ class views_handler_argument_group_by_numeric extends views_handler_argument { function query($group_by = FALSE) { $this->ensure_my_table(); $field = $this->get_field(); $this->query->add_having(0, $field, $this->argument); } function ui_name() { return $this->get_field(parent::ui_name()); } } Other Drupal examples (source code examples)Here is a short list of links related to this Drupal views_handler_argument_group_by_numeric.inc source code file: |
"Drupal" is a registered trademark of Dries Buytaert.
my drupal tutorials and examples
Copyright
1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.
Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.