0

Drupal 7 ユーザー アカウントを外部 DB と同期しようとしています。誰かがそうするのに最適なモジュールを提案できますか?

4

1 に答える 1

0

What are you using the external data for? You would most likely be writing your own module if you're trying to get custom DB output. The best way to deal with data from an external DB is to set it up in your settings.php file. Once you've done so you can actively switch to query the second database in any of your modules. Check this out for information - http://drupal.org/node/18429

于 2013-03-07T14:21:27.663 に答える