1.12.2.3 (checked in on 2008/07/04 at 19:21:01 by agentken)
Interface for selective table prefixing for use with Domain Access. For this module to work correctly, you will need to follow the INSTALL.txt instructions for editing your settings.php file.
@ingroup domain_prefix
| Name | Description |
|---|---|
| Constant definitions for the various actions. |
| Name | Description |
|---|---|
| domain_prefix_configure_form | FormsAPI for generating the configuration form |
| domain_prefix_configure_form_submit | FormsAPI for the domain_prefix_configure_form. |
| domain_prefix_disallow | Names of tables explicitly not allowed to be copied |
| domain_prefix_domaininstall | Implements hook_domaininstall() |
| domain_prefix_domainlinks | Implements hook_domainlinks() |
| domain_prefix_domainupdate | Implements hook_domainupdate(). |
| domain_prefix_drop_records | Drop tables created by this module. |
| domain_prefix_form | The table prefixing page for a domain. |
| domain_prefix_form_submit | FormsAPI for domain_prefix_form. |
| domain_prefix_get_prefix | Check for existing table prefixing. |
| domain_prefix_get_tables | Get the tables with the active prefix |
| domain_prefix_lookup | Lookup stored table information for a domain. |
| domain_prefix_menu | Implements hook_menu() |
| domain_prefix_module_lookup | Derive a module name from the table name |
| domain_prefix_perm | Implements hook_perm |
| domain_prefix_string | Uniform prefix string |
| domain_prefix_table_exists | Does a table exist -- we use this to bypass Drupal's default table prefixing check. |
| domain_prefix_update_sequences | Correct the {sequences} table if doing an update. |
| theme_domain_prefix_configure_form | FormsAPI theming for domain_prefix_configure_form. |
| _domain_prefix_sort | Helper sort function |