嘿伙计们,我只是想知道如何在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)