$res= $GLOBALS['db']->query($sql);

    $row =array();

    while($rows = $GLOBALS['db']->fetchRow($res)){

}