mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
Add 'raw' result type
This commit is contained in:
parent
6e7049234e
commit
ed7130f552
2 changed files with 13 additions and 9 deletions
|
|
@ -465,6 +465,10 @@ class DB
|
|||
{
|
||||
return null;
|
||||
}
|
||||
if ($result_type === 'raw')
|
||||
{
|
||||
return $stmt;
|
||||
}
|
||||
|
||||
$result = array();
|
||||
$index = $last_index;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue