mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
#107 mysqli innodb class 개발
This commit is contained in:
commit
285797e777
6 changed files with 668 additions and 10 deletions
|
|
@ -401,13 +401,6 @@ class Context
|
|||
function close()
|
||||
{
|
||||
session_write_close();
|
||||
|
||||
// DB close
|
||||
$oDB = DB::getInstance();
|
||||
if(is_object($oDB) && method_exists($oDB, 'close'))
|
||||
{
|
||||
$oDB->close();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue