コード例 #1
0
ファイル: theme.php プロジェクト: mengtaolin/shopping
 public function __construct()
 {
     parent::__construct();
     $this->c_id = intval($_GET['c_id']);
     if ($this->c_id <= 0) {
         @header("location: " . CIRCLE_SITE_URL);
     }
     Tpl::output('c_id', $this->c_id);
 }
コード例 #2
0
ファイル: group.php プロジェクト: noikiy/shop-2
	public function __construct(){
		parent::__construct();
	}