Downloads

Download tar.gz 75.09 KB
MD5: 603e7b54d6410cdd84d56be55db6c112
SHA-1: 2c4ad6b80f80d3984527d4530c1875ba65a5cfa0
SHA-256: ab59464a27ea984cc03ecb89f42c78886d4286f9c237fd6047ffbdc9ecf498ba
Download zip 78.23 KB
MD5: 72a1748edfdcecc923b4e6860f33926b
SHA-1: ada0b57cfdfa4eea61cf6aa66cc0209d8bfb99f5
SHA-256: f64a77df334fc57566d8c3e5521bb2a13f21b0a04299c2be944fa8cfcdbfbbd2

Release notes

Initial release of the Query-Based Views module for Drupal 6. Build Views-like reports, but begins with a query.

Query-Based Views (Q-Views) provides the Views-like functionality of generating reports or content feeds, but starts the process with a raw SQL query. In Views, the query is constructed through setting up configuration, but in Q-Views you supply the query directly. This can be a more rapid, reasonable solution in some situations. Q-Views is very AJAX-y by default, with ajax-based pagination and searching, which also means rapid browsing through data. Views is much more mature, so it's encouraged that you use Views when you can, but Q-Views can provide a lot of functionality with low configuration overhead when you would normally build a feed or report outside of Views.

Created by: chrisshattuck
Created on: 5 Aug 2009 at 17:41 UTC
Last updated: 6 Aug 2009 at 00:22 UTC

Other releases