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