mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
#19623705 Added missing callback function in the DB class.
git-svn-id: http://xe-core.googlecode.com/svn/trunk@8217 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5a6628d6ef
commit
7d10ebd968
1 changed files with 4 additions and 0 deletions
|
|
@ -76,6 +76,10 @@
|
|||
$this->cache_file = _XE_PATH_.$this->cache_file;
|
||||
}
|
||||
|
||||
function create() {
|
||||
return new DB;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief returns list of supported db
|
||||
* @return list of supported db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue