You are here

README.txt in Webform MySQL Views 6.2

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
-- SUMMARY --

The Webform MySQL Views builds flattened, read-only MySQL views of webform
submission data. These views may be useful when you need to access this data
from an external application in an automated fashion without exporting,
importing, or the use of a web-based API.

-- INTEGRATION WITH DATA MODULE & VIEWS MODULE

Johan Falk (Itangalo) had the idea to use the Data module to expose the MySQLw
views created by this module to the Drupal Views module, and Frega provided a
patch that forces the Data and Views modules to recognize the `sid` field of the
MySQL views as the primary key (See http://drupal.org/node/889306).

If you have the Data and Schema modules installed on your site, your Webform
MySQL views should automatically become available for use in the Views module.

-- REQUIREMENTS --

* Your Drupal database must be using the MySQL backend.

* Your MySQL server must be version 5.0 or later

* The MySQL user specified in your Drupal settings.php file must have permission
  to create views.

* Webform Module

* Elements Module

-- OPTIONAL --

* Data Module (Makes it possible to use the MySQL views created by Webform
  MySQL Views with the Drupal Views module.)


-- INSTALLATION --

* Install as usual, see http://drupal.org/node/70151 for further information.


-- CONFIGURATION --

* To manage MySQL views for your webforms, log in as an administrator and go to
  the Administer > Content Management > Web Forms page and click on the MySQL
  Views tab.


-- KNOWN ISSUES --

Data/Views module integration does not work if your Drupal database is
configured to use a table prefix. (See http://drupal.org/node/894074).

-- CONTACT --

Current maintainers:
* Andy Chase (usonian) - http://drupal.org/user/164378


This project has been sponsored by:
* The Proof Group LLC
  Visit http://proofgroup.com for more information.

File

README.txt
View source
  1. -- SUMMARY --
  2. The Webform MySQL Views builds flattened, read-only MySQL views of webform
  3. submission data. These views may be useful when you need to access this data
  4. from an external application in an automated fashion without exporting,
  5. importing, or the use of a web-based API.
  6. -- INTEGRATION WITH DATA MODULE & VIEWS MODULE
  7. Johan Falk (Itangalo) had the idea to use the Data module to expose the MySQLw
  8. views created by this module to the Drupal Views module, and Frega provided a
  9. patch that forces the Data and Views modules to recognize the `sid` field of the
  10. MySQL views as the primary key (See http://drupal.org/node/889306).
  11. If you have the Data and Schema modules installed on your site, your Webform
  12. MySQL views should automatically become available for use in the Views module.
  13. -- REQUIREMENTS --
  14. * Your Drupal database must be using the MySQL backend.
  15. * Your MySQL server must be version 5.0 or later
  16. * The MySQL user specified in your Drupal settings.php file must have permission
  17. to create views.
  18. * Webform Module
  19. * Elements Module
  20. -- OPTIONAL --
  21. * Data Module (Makes it possible to use the MySQL views created by Webform
  22. MySQL Views with the Drupal Views module.)
  23. -- INSTALLATION --
  24. * Install as usual, see http://drupal.org/node/70151 for further information.
  25. -- CONFIGURATION --
  26. * To manage MySQL views for your webforms, log in as an administrator and go to
  27. the Administer > Content Management > Web Forms page and click on the MySQL
  28. Views tab.
  29. -- KNOWN ISSUES --
  30. Data/Views module integration does not work if your Drupal database is
  31. configured to use a table prefix. (See http://drupal.org/node/894074).
  32. -- CONTACT --
  33. Current maintainers:
  34. * Andy Chase (usonian) - http://drupal.org/user/164378
  35. This project has been sponsored by:
  36. * The Proof Group LLC
  37. Visit http://proofgroup.com for more information.