Home
last modified time | relevance | path

Searched refs:db_name (Results 1 – 4 of 4) sorted by relevance

/plugin/numbering/
H A Daction.php76 $db_name = $INPUT->str('data-db');
77 if($db_name) {
78 $db = metaFN("numbering:$db_name",'.ser');
/plugin/dwcommits/
H A Dhelper.php23 private $db_name; variable in helper_plugin_dwcommits
48 $this->db_name=$inf[$fname_hash];
52 $this->db_name=$this->new_dbname($fname_hash,$names_fname,$inf);
56 $this->db_name=$this->new_dbname($fname_hash,$names_fname, false);
115 return $this->db_name;
120 $this->db_name = $name;
126 list($base,$count) = explode('_',$this->db_name);
158 if(!$db->init($this->db_name,dirname(__FILE__).'/db/')){
/plugin/guestbook/
H A Dbasic.class.php34 $db_name = $this->parent->getConf('db_name');
41 @mysql_select_db($db_name, $this->db);
/plugin/authsmf20/
H A Dauth.php166 $this->_smf_conf['db_name'] = $db_name;