小编hus*_*us-的帖子

Drupal 7 Single使用settings.php登录

嘿伙计们,我只是想知道如何在Drupal 7中没有模块的情况下设置我的单点登录.我在Drupal 6中运行了它,但是在settings.php文件中有些东西被更改了,我很难过搞清楚这一点.

 You can also use a reference to a schema/database as a prefix. This maybe
 * useful if your Drupal installation exists in a schema that is not the default
 * or you want to access several databases from the same code base at the same
 * time.
 * Example:
 * @code
 *   'prefix' => array(
 *     'default'   => 'main.',
 *     'users'     => 'shared.',
 *     'sessions'  => 'shared.',
 *     'role'      => 'shared.',
 *     'authmap'   => 'shared.',
 *   ); …
Run Code Online (Sandbox Code Playgroud)

database arrays drupal drupal-7

5
推荐指数
1
解决办法
4331
查看次数

标签 统计

arrays ×1

database ×1

drupal ×1

drupal-7 ×1