Typecho中怎么获得数据库名字


在做一个插件,需要用到数据库的名字。。
但是不知道怎么获得。。

从DB类中发现有个getConfig的方法,里面的属性也是我要找的属性,但是都是私有的。。

求解决办法。。

config.inc.php

typecho typecho-framework php

Laggan 11 years, 3 months ago

 $config = Typecho_Db::get()->getConfig();
$config[0]->database;

月影故海君离帝 answered 11 years, 3 months ago

Your Answer