| 1 |
PDS module for Drupal
|
| 2 |
|
| 3 |
** DESCRIPTION **
|
| 4 |
PDS is a developer API for storing and retrieving data based on Drupal paths.
|
| 5 |
|
| 6 |
** INSTALLATION **
|
| 7 |
After enabling the module set the permission for which role you want PDS item creation to be available for at Administer >> User management >> Permissions.
|
| 8 |
|
| 9 |
** USAGE **
|
| 10 |
|
| 11 |
Vist Administer >> Site building >> PDS to define PDS items.
|
| 12 |
|
| 13 |
PDS items can be retrieved via the PDS API.
|
| 14 |
|
| 15 |
Public functions:
|
| 16 |
pds_load() takes one parameter, the string name collection for your PDS items.
|
| 17 |
pds_inherit_load() takes one parameter, the string name collection for your PDS items.
|
| 18 |
|
| 19 |
** SUPPORT **
|
| 20 |
Please use the issue queue at http://drupal.org/project/pds
|
| 21 |
|
| 22 |
** CREDITS **
|
| 23 |
Written and maintained by Ben Jeavons (Drupal.org username: coltrane) (benjamin DOT jeavons AT colorado DOT edu). Please use the issue queue for any questions or support.
|