Heim  >  Artikel  >  php教程  >  基于PHP开发的B2C商城系统(YiiShop)

基于PHP开发的B2C商城系统(YiiShop)

PHP中文网
PHP中文网Original
2016-05-26 08:19:011969Durchsuche

YiiShop开源商城顾名思义是以YII框架为底层框架,并吸收了众多开源商城的优点,经过作者多年的电商经验总结。我的目标致力于为中小企业提供电子商务解决方案,让他们顺利走上电商之路。
现发布基于Yii2.0的系统,原1.0系统下架。
预览地址:http://www.yiishop.com.cn/
版本2.0
前台完成的内容:
三大页面(首页、列表页、详情页)、购物流程、用户登录/注册
后台完成的内容:
订单管理、商品管理、营销管理、系统管理等多个模块。

系统在不断更新中。。。。。。
如果您对系统感兴趣,可以加入QQ:843958575
更多详情请访问:www.yiishop.com.cn


代码片段(2)

1. [图片] tmpdir-2015_04-04_08-15_4_8_10_18_57.jpg    

基于PHP开发的B2C商城系统(YiiShop)

                 

2. [代码][PHP]代码 

<?php

// change the following paths if necessary
$yii=dirname(__FILE__).&#39;/framework/yii.php&#39;;
$config=dirname(__FILE__).&#39;/protected/config/main.php&#39;;

// remove the following lines when in production mode
defined(&#39;YII_DEBUG&#39;) or define(&#39;YII_DEBUG&#39;,true);
// specify how many levels of call stack should be shown in each log message
defined(&#39;YII_TRACE_LEVEL&#39;) or define(&#39;YII_TRACE_LEVEL&#39;,3);

require_once($yii);
Yii::createWebApplication($config)->run();

                   

                   

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Vorheriger Artikel:微信API接口大全_php实例Nächster Artikel:getHeaders函数