Drupal获取数据库配置
是否保留了任何函数来提取我的代码中的数据库配置,例如 $db_user = drupal_get_dbuser(); $db_pass = drupal_get_dbpass();
...
...
Is there any function preserved to extract database configuration inside of my code, something like$db_user = drupal_get_dbuser();
$db_pass = drupal_get_dbpass();
...
...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其代码是:
更详细的信息和边缘情况可以通过阅读 的代码找到http://api.drupal.org/api/function/db_connect/6
The code for this is:
More detailed info and edge-cases can be found by reading the code of http://api.drupal.org/api/function/db_connect/6