コード例 #1
0
ファイル: FeaturedItems.php プロジェクト: awgtek/myedb
	function __construct()
	{
		$this->grouping_type = AppSettings::gv("eg_type__featured");
		parent::__construct();
	}
コード例 #2
0
ファイル: MetaDataOps.php プロジェクト: awgtek/myedb
	function FI_get_xml_list(&$xml_string)
	{
		$fi = new GroupedItems;
		$xml_string = $fi->get_xml_list();
	}
コード例 #3
0
ファイル: PopularTrades.php プロジェクト: awgtek/myedb
	function __construct()
	{
		$this->grouping_type = AppSettings::gv("eg_type__populartrades");
		parent::__construct();
	}
コード例 #4
0
ファイル: TradeOfTheDay.php プロジェクト: awgtek/myedb
	function __construct()
	{
		$this->grouping_type = AppSettings::gv("eg_type__tradeoftheday");
		parent::__construct();
	}