You are here

function clientsQuery::init in Web Service Clients 7

Same name and namespace in other branches
  1. 6 clients/clients_views/clientsQuery.inc \clientsQuery::init()

Constructor; Create the basic query object and fill with default values.

Overrides views_plugin_query_default::init

File

clients/clients_views/clientsQuery.inc, line 17
Using devseed extendr module as a base... http://devseed.svn.cvsdude.com/sandbox/drupal-6/extendr/

Class

clientsQuery
For now this is an extension of the views_query, I'm not sure if it should remain so.

Code

function init($table, $field) {
  $this->args['extras'] = array();
  $this->method = '';

  // don't think default method applies to clients
}