Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
2016-06-08 11:21:33 +0800
Commit
0afc6a89f2163da4c0ed2ae7a0f52492de647bee
1 parent
907616ff
wep 下的 Plugin 替换成 WebPlugin
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
14 additions
and
16 deletions
library/Action/AbstractAction.php
library/Action/HuodongAction.php
library/Action/HuodongWebAction.php
library/LibModels/Wap/Guang/DetailData.php
library/LibModels/Wap/Guang/ListData.php
library/LibModels/Wap/Guang/PlusstarData.php
library/LibModels/Wap/Passport/LoginData.php
library/WebPlugin/Pay/Alibank/Service.php
library/WebPlugin/Pay/Alipay/Service.php
yohobuy/www.yohobuy.com/application/models/Guang/Info.php
yohobuy/www.yohobuy.com/application/models/Home/Comment.php
yohobuy/www.yohobuy.com/application/models/Home/Returns.php
yohobuy/www.yohobuy.com/application/models/Product/Detail.php
yohobuy/www.yohobuy.com/application/models/Product/Hotrank.php
library/Action/AbstractAction.php
View file @
0afc6a8
...
...
@@ -14,8 +14,8 @@ namespace Action;
use
Yaf\Controller_Abstract
;
use
Yaf\Dispatcher
;
use
Plugin\Cache
;
use
Plugin\Helpers
;
use
WebPlugin\Cache
;
use
WebPlugin\Helpers
;
use
Hood\Session
;
class
AbstractAction
extends
Controller_Abstract
...
...
library/Action/HuodongAction.php
View file @
0afc6a8
...
...
@@ -15,7 +15,7 @@ namespace Action;
use
Yaf\Controller_Abstract
;
use
Yaf\Dispatcher
;
use
Yaf\Application
;
use
Plugin\Cache
;
use
Web
Plugin\Cache
;
use
Hood\Session
;
class
HuodongAction
extends
Controller_Abstract
...
...
library/Action/HuodongWebAction.php
View file @
0afc6a8
...
...
@@ -15,7 +15,7 @@ namespace Action;
use
Yaf\Controller_Abstract
;
use
Yaf\Dispatcher
;
use
Yaf\Application
;
use
Plugin\Cache
;
use
Web
Plugin\Cache
;
use
Hood\Session
;
use
WebPlugin\Mobile
;
...
...
library/LibModels/Wap/Guang/DetailData.php
View file @
0afc6a8
...
...
@@ -4,7 +4,7 @@ namespace LibModels\Wap\Guang;
use
Api\Yohobuy
;
use
Configs\CacheConfig
;
use
Plugin\Cache
;
use
Web
Plugin\Cache
;
use
Api\Sign
;
/**
...
...
library/LibModels/Wap/Guang/ListData.php
View file @
0afc6a8
...
...
@@ -4,7 +4,6 @@ namespace LibModels\Wap\Guang;
use
Api\Sign
;
use
Api\Yohobuy
;
use
Plugin\Cache
;
/**
* 逛首页列表相关的数据模型
...
...
library/LibModels/Wap/Guang/PlusstarData.php
View file @
0afc6a8
...
...
@@ -5,8 +5,8 @@ namespace LibModels\Wap\Guang;
use
Api\Sign
;
use
Api\Yohobuy
;
use
Configs\CacheConfig
;
use
Plugin\Helpers
;
use
Plugin\Cache
;
use
WebPlugin\Helpers
;
use
WebPlugin\Cache
;
use
LibModels\Wap\Product\SearchData
;
/**
...
...
library/LibModels/Wap/Passport/LoginData.php
View file @
0afc6a8
...
...
@@ -4,7 +4,6 @@ namespace LibModels\Wap\Passport;
use
Api\Sign
;
use
Api\Yohobuy
;
use
Plugin\Helpers
;
/**
* 登录的数据模型
...
...
library/WebPlugin/Pay/Alibank/Service.php
View file @
0afc6a8
...
...
@@ -8,7 +8,7 @@ use WebPlugin\Pay\Reqparams;
use
WebPlugin\Pay\Rspparams
;
use
WebPlugin\UdpLog
;
use
Api\Yohobuy
;
use
Plugin\Helpers
;
use
Web
Plugin\Helpers
;
class
Service
extends
PayAbstract
{
...
...
library/WebPlugin/Pay/Alipay/Service.php
View file @
0afc6a8
...
...
@@ -7,7 +7,7 @@ use WebPlugin\Pay\Reqparams;
use
WebPlugin\Pay\Rspparams
;
use
WebPlugin\UdpLog
;
use
Api\Yohobuy
;
use
Plugin\Helpers
;
use
Web
Plugin\Helpers
;
class
Service
extends
PayAbstract
{
...
...
yohobuy/www.yohobuy.com/application/models/Guang/Info.php
View file @
0afc6a8
...
...
@@ -5,7 +5,7 @@ namespace Guang;
use
Api\Yohobuy
;
use
LibModels\Web\Guang\InfoData
;
use
LibModels\Web\Product\SearchData
;
use
Plugin\Images
;
use
Web
Plugin\Images
;
use
WebPlugin\Helpers
;
use
WebPlugin\HelperSearch
;
...
...
yohobuy/www.yohobuy.com/application/models/Home/Comment.php
View file @
0afc6a8
...
...
@@ -9,7 +9,7 @@
namespace
Home
;
use
LibModels\Web\Home\CommentData
;
use
Plugin\Helpers
;
use
Web
Plugin\Helpers
;
use
WebPlugin\HelperSearch
;
/**
...
...
yohobuy/www.yohobuy.com/application/models/Home/Returns.php
View file @
0afc6a8
...
...
@@ -5,7 +5,7 @@ namespace Home;
use
LibModels\Web\Home\ReturnsData
;
use
WebPlugin\Helpers
;
use
WebPlugin\HelperSearch
;
use
Plugin\Images
;
use
Web
Plugin\Images
;
use
LibModels\Wap\Home\OrderData
;
use
Api\Yohobuy
;
...
...
yohobuy/www.yohobuy.com/application/models/Product/Detail.php
View file @
0afc6a8
...
...
@@ -3,7 +3,7 @@
namespace
Product
;
use
LibModels\Web\Product\DetailData
;
use
Plugin\Helpers
;
use
Web
Plugin\Helpers
;
/**
* 商品详情页模板相关的数据模型
...
...
yohobuy/www.yohobuy.com/application/models/Product/Hotrank.php
View file @
0afc6a8
...
...
@@ -3,7 +3,7 @@
namespace
Product
;
use
WebPlugin\Images
;
use
Plugin\Helpers
;
use
Web
Plugin\Helpers
;
use
LibModels\Web\Product\HotrankData
;
use
LibModels\Web\Product\SearchData
;
use
LibModels\Web\Home\IndexData
;
...
...
Please
register
or
login
to post a comment