sGetComparisonList example

$this->articles->sDeleteComparisons();
        $this->forward('index');
    }

    public function getListAction()
    {
        $this->forward('index');
    }

    public function overlayAction()
    {
        $this->View()->assign('sComparisonsList', $this->articles->sGetComparisonList());
    }
}

        return $this->productComparisons->sGetComparisons();
    }

    /** * Get all products and a table of their properties as an array * * @return array Associative array with all products or empty array */
    public function sGetComparisonList()
    {
        return $this->productComparisons->sGetComparisonList();
    }

    /** * @deprecated in 5.6, will be removed in 5.7. Use the sArticlesComparisons::sGetComparisonProperties instead. * * Returns all filterable properties depending on the given products * * @param array $articles * * @return array */
    
Home | Imprint | This part of the site doesn't use cookies.