文件名称:duxcms-DuxSHOP-master
介绍说明--下载内容均来自于网络,请自行研究使用
我们秉着DUX产品开发的一贯原则:简单、易用、可扩展性这三点作为基础理念进行开发DuxShop,系统由多个模块组成,我们把商品、订单、会员、新闻等作为独立的模块,互相之间不做高度耦合,每个模块均可单独运行,通过接口进行交互,这样既保证的系统的可扩展独立性还可以保证其强大的复用性。(We always according to the principle of DUX product development: simple, easy to use, scalability as these three basic concepts for the development of DuxShop system consists of several modules, we put the goods, orders, membership, news etc. as an independent module, do not highly coupled to each other, each module can run separately, interact through the interface, so as to ensure the system scalability independence can ensure its strong reusability.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DuxSHOP
DuxSHOP\.gitignore
DuxSHOP\.htaccess
DuxSHOP\LICENSE
DuxSHOP\README.md
DuxSHOP\app
DuxSHOP\app\article
DuxSHOP\app\article\admin
DuxSHOP\app\article\admin\ClassAdmin.php
DuxSHOP\app\article\admin\ContentAdmin.php
DuxSHOP\app\article\api
DuxSHOP\app\article\api\InfoApi.php
DuxSHOP\app\article\api\ListApi.php
DuxSHOP\app\article\config
DuxSHOP\app\article\config\config.php
DuxSHOP\app\article\controller
DuxSHOP\app\article\controller\IndexController.php
DuxSHOP\app\article\controller\InfoController.php
DuxSHOP\app\article\controller\SearchController.php
DuxSHOP\app\article\controller\TagsController.php
DuxSHOP\app\article\middle
DuxSHOP\app\article\middle\InfoMiddle.php
DuxSHOP\app\article\middle\ListMiddle.php
DuxSHOP\app\article\middle\TagsMiddle.php
DuxSHOP\app\article\mobile
DuxSHOP\app\article\mobile\IndexMobile.php
DuxSHOP\app\article\mobile\InfoMobile.php
DuxSHOP\app\article\mobile\SearchMobile.php
DuxSHOP\app\article\mobile\TagsMobile.php
DuxSHOP\app\article\model
DuxSHOP\app\article\model\ArticleClassModel.php
DuxSHOP\app\article\model\ArticleModel.php
DuxSHOP\app\article\service
DuxSHOP\app\article\service\LabelService.php
DuxSHOP\app\article\service\MenuService.php
DuxSHOP\app\article\service\NavService.php
DuxSHOP\app\article\service\PurviewService.php
DuxSHOP\app\article\service\TipService.php
DuxSHOP\app\article\view
DuxSHOP\app\article\view\admin
DuxSHOP\app\article\view\admin\class
DuxSHOP\app\article\view\admin\class\index.html
DuxSHOP\app\article\view\admin\class\info.html
DuxSHOP\app\article\view\admin\content
DuxSHOP\app\article\view\admin\content\index.html
DuxSHOP\app\article\view\admin\content\info.html
DuxSHOP\app\base
DuxSHOP\app\base\SiteCommon.php
DuxSHOP\app\base\api
DuxSHOP\app\base\api\BaseApi.php
DuxSHOP\app\base\controller
DuxSHOP\app\base\controller\BaseController.php
DuxSHOP\app\base\controller\SiteController.php
DuxSHOP\app\base\middle
DuxSHOP\app\base\middle\BaseMiddle.php
DuxSHOP\app\base\mobile
DuxSHOP\app\base\mobile\SiteMobile.php
DuxSHOP\app\base\model
DuxSHOP\app\base\model\BaseModel.php
DuxSHOP\app\base\model\UploadModel.php
DuxSHOP\app\base\service
DuxSHOP\app\base\service\BaseService.php
DuxSHOP\app\base\util
DuxSHOP\app\base\util\Function.php
DuxSHOP\app\index
DuxSHOP\app\index\admin
DuxSHOP\app\index\admin\IndexAdmin.php
DuxSHOP\app\index\controller
DuxSHOP\app\index\controller\IndexController.php
DuxSHOP\app\index\middle
DuxSHOP\app\index\middle\IndexMiddle.php
DuxSHOP\app\index\mobile
DuxSHOP\app\index\mobile\IndexMobile.php
DuxSHOP\app\index\view
DuxSHOP\app\index\view\controller
DuxSHOP\app\index\view\controller\index
DuxSHOP\app\index\view\controller\index\index.html
DuxSHOP\app\install
DuxSHOP\app\install\config
DuxSHOP\app\install\config\config.php
DuxSHOP\app\install\controller
DuxSHOP\app\install\controller\IndexController.php
DuxSHOP\app\install\data
DuxSHOP\app\install\data\install.sql
DuxSHOP\app\install\view
DuxSHOP\app\install\view\controller
DuxSHOP\app\install\view\controller\index
DuxSHOP\app\install\view\controller\index\config.html
DuxSHOP\app\install\view\controller\index\detect.html
DuxSHOP\app\install\view\controller\index\index.html
DuxSHOP\app\install\view\controller\index\install.html
DuxSHOP\app\mall
DuxSHOP\app\mall\admin
DuxSHOP\app\mall\admin\ClassAdmin.php
DuxSHOP\app\mall\admin\ContentAdmin.php
DuxSHOP\app\mall\admin\OrderAdmin.php
DuxSHOP\app\mall\api
DuxSHOP\app\mall\api\ClassApi.php
DuxSHOP\app\mall\api\InfoApi.php
DuxSHOP\app\mall\api\ListApi.php
DuxSHOP\.gitignore
DuxSHOP\.htaccess
DuxSHOP\LICENSE
DuxSHOP\README.md
DuxSHOP\app
DuxSHOP\app\article
DuxSHOP\app\article\admin
DuxSHOP\app\article\admin\ClassAdmin.php
DuxSHOP\app\article\admin\ContentAdmin.php
DuxSHOP\app\article\api
DuxSHOP\app\article\api\InfoApi.php
DuxSHOP\app\article\api\ListApi.php
DuxSHOP\app\article\config
DuxSHOP\app\article\config\config.php
DuxSHOP\app\article\controller
DuxSHOP\app\article\controller\IndexController.php
DuxSHOP\app\article\controller\InfoController.php
DuxSHOP\app\article\controller\SearchController.php
DuxSHOP\app\article\controller\TagsController.php
DuxSHOP\app\article\middle
DuxSHOP\app\article\middle\InfoMiddle.php
DuxSHOP\app\article\middle\ListMiddle.php
DuxSHOP\app\article\middle\TagsMiddle.php
DuxSHOP\app\article\mobile
DuxSHOP\app\article\mobile\IndexMobile.php
DuxSHOP\app\article\mobile\InfoMobile.php
DuxSHOP\app\article\mobile\SearchMobile.php
DuxSHOP\app\article\mobile\TagsMobile.php
DuxSHOP\app\article\model
DuxSHOP\app\article\model\ArticleClassModel.php
DuxSHOP\app\article\model\ArticleModel.php
DuxSHOP\app\article\service
DuxSHOP\app\article\service\LabelService.php
DuxSHOP\app\article\service\MenuService.php
DuxSHOP\app\article\service\NavService.php
DuxSHOP\app\article\service\PurviewService.php
DuxSHOP\app\article\service\TipService.php
DuxSHOP\app\article\view
DuxSHOP\app\article\view\admin
DuxSHOP\app\article\view\admin\class
DuxSHOP\app\article\view\admin\class\index.html
DuxSHOP\app\article\view\admin\class\info.html
DuxSHOP\app\article\view\admin\content
DuxSHOP\app\article\view\admin\content\index.html
DuxSHOP\app\article\view\admin\content\info.html
DuxSHOP\app\base
DuxSHOP\app\base\SiteCommon.php
DuxSHOP\app\base\api
DuxSHOP\app\base\api\BaseApi.php
DuxSHOP\app\base\controller
DuxSHOP\app\base\controller\BaseController.php
DuxSHOP\app\base\controller\SiteController.php
DuxSHOP\app\base\middle
DuxSHOP\app\base\middle\BaseMiddle.php
DuxSHOP\app\base\mobile
DuxSHOP\app\base\mobile\SiteMobile.php
DuxSHOP\app\base\model
DuxSHOP\app\base\model\BaseModel.php
DuxSHOP\app\base\model\UploadModel.php
DuxSHOP\app\base\service
DuxSHOP\app\base\service\BaseService.php
DuxSHOP\app\base\util
DuxSHOP\app\base\util\Function.php
DuxSHOP\app\index
DuxSHOP\app\index\admin
DuxSHOP\app\index\admin\IndexAdmin.php
DuxSHOP\app\index\controller
DuxSHOP\app\index\controller\IndexController.php
DuxSHOP\app\index\middle
DuxSHOP\app\index\middle\IndexMiddle.php
DuxSHOP\app\index\mobile
DuxSHOP\app\index\mobile\IndexMobile.php
DuxSHOP\app\index\view
DuxSHOP\app\index\view\controller
DuxSHOP\app\index\view\controller\index
DuxSHOP\app\index\view\controller\index\index.html
DuxSHOP\app\install
DuxSHOP\app\install\config
DuxSHOP\app\install\config\config.php
DuxSHOP\app\install\controller
DuxSHOP\app\install\controller\IndexController.php
DuxSHOP\app\install\data
DuxSHOP\app\install\data\install.sql
DuxSHOP\app\install\view
DuxSHOP\app\install\view\controller
DuxSHOP\app\install\view\controller\index
DuxSHOP\app\install\view\controller\index\config.html
DuxSHOP\app\install\view\controller\index\detect.html
DuxSHOP\app\install\view\controller\index\index.html
DuxSHOP\app\install\view\controller\index\install.html
DuxSHOP\app\mall
DuxSHOP\app\mall\admin
DuxSHOP\app\mall\admin\ClassAdmin.php
DuxSHOP\app\mall\admin\ContentAdmin.php
DuxSHOP\app\mall\admin\OrderAdmin.php
DuxSHOP\app\mall\api
DuxSHOP\app\mall\api\ClassApi.php
DuxSHOP\app\mall\api\InfoApi.php
DuxSHOP\app\mall\api\ListApi.php