示例#1
0
	function __construct()
	{
		$this->grouping_type = AppSettings::gv("eg_type__featured");
		parent::__construct();
	}
示例#2
0
	function FI_get_xml_list(&$xml_string)
	{
		$fi = new GroupedItems;
		$xml_string = $fi->get_xml_list();
	}
示例#3
0
	function __construct()
	{
		$this->grouping_type = AppSettings::gv("eg_type__populartrades");
		parent::__construct();
	}
示例#4
0
	function __construct()
	{
		$this->grouping_type = AppSettings::gv("eg_type__tradeoftheday");
		parent::__construct();
	}