ps_include.inc

来自「phpShop是一个基于php的分布式电子商务模块」· INC 代码 · 共 22 行

INC
22
字号
<?php
/*
 *
 * Copyright (c) Edikon Corporation.  All rights reserved.
 * Distributed under the phpShop Public License (pSPL) Version 1.0.
 *
 * $Id: ps_include.inc,v 1.1.1.1 2004/07/27 14:59:41 pablo Exp $
 *
 */

// Load Classes
require_once("shopper/lib/ps_shopper.inc");
require_once("shopper/lib/ps_shopper_group.inc");


// Instantiate Classes
$ps_shopper = new ps_shopper;
$ps_shopper_group = new ps_shopper_group;


?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?