sGetTranslations example

$tagSize ";

        $products = $this->connection->executeQuery($sql)->fetchAllAssociativeIndexed();

        if (empty($products)) {
            return [];
        }
        $products = $this->productModule->sGetTranslations($products, 'article');

        $pos = 1;
        $productCount = \count($products);
        if (!empty($this->config->get('sTAGCLOUDSPLIT'))) {
            $steps = (int) $this->config->get('sTAGCLOUDSPLIT');
        } else {
            $steps = 3;
        }
        if (!empty($this->config->get('sTAGCLOUDCLASS'))) {
            $class = (string) $this->config->get('sTAGCLOUDCLASS');
        } else {
            
Home | Imprint | This part of the site doesn't use cookies.