You are here

INSTALL.txt in Domain Access 6.2

Same filename in this branch
  1. 6.2 INSTALL.txt
  2. 6.2 domain_conf/INSTALL.txt
  3. 6.2 domain_prefix/INSTALL.txt
Same filename and directory in other branches
  1. 5 domain_prefix/INSTALL.txt

INSTALL file for Domain Prefix

File

domain_prefix/INSTALL.txt
View source
  1. /**
  2. * @file
  3. * INSTALL file for Domain Prefix
  4. */
  5. Domain Access: Table Prefixing
  6. Dynamic table prefixing for Domain Access.
  7. CONTENTS
  8. --------
  9. 1. Introduction
  10. 2. Installation
  11. ----
  12. 1. Introduction
  13. Table prefixing is an advanced Drupal option; it should only be performed by
  14. experienced admins or by those willing to learn how table prefixing functions.
  15. This module enhances the default $db_prefix routine documented inside
  16. settings.php. It provides dynamic table loading per domain.
  17. Domain Prefix should support both single (string) $db_prefix values and
  18. complex (array) values.
  19. ----
  20. 2. Installation
  21. As of 6.x.2, this module is now loaded directly from settings.php when you install the
  22. Domain module correctly.