select('*'); $sql->from('ddw'); $sql->where('id_shop = ' . (int)$id_shop); $result = DB::getInstance()->executeS($sql); return $result; } }