示例#1
0
function mysql_fetch_array(&$result, $result_type = MYSQL_BOTH)
{
    return MMB::fetchArray($result, $result_type);
}
 function fetch($fetch_style = \PDO::FETCH_BOTH, $cursor_orientation = \PDO::FETCH_ORI_NEXT, $cursor_offset = 0)
 {
     return MMB::fetchArray($this->_query_result, MYSQL_BOTH);
 }