function clientsQuery::query in Web Service Clients 7
Same name and namespace in other branches
- 6 clients/clients_views/clientsQuery.inc \clientsQuery::query()
Generate queries
- Fields don't matter here, they are dealt with purely at the display level.
Parameters
$get_count: We don't use this at all as the flickr api returns this automatically.
Overrides views_plugin_query_default::query
File
- clients/
clients_views/ clientsQuery.inc, line 30 - 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 query($get_count = FALSE) {
}