MDB2 fetchModeの変更

毎回 $result->fetchRow(MDB2_FETCHMODE_ASSOC);
とするのは面倒なので、

$mdb2->setFetchMode(MDB2_FETCHMODE_ASSOC);