Skip to content

Commit dd1f310

Browse files
add comment
1 parent 95d2d61 commit dd1f310

File tree

4 files changed

+42
-12
lines changed

4 files changed

+42
-12
lines changed

app/appfront/modules/Cms/block/article/Index.php

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
<?php
2-
/*
3-
* 存放 一些基本的非数据库数据 如 html
4-
* 都是数组
2+
/**
3+
* FecMall file.
4+
*
5+
* @link http://www.fecmall.com/
6+
* @copyright Copyright (c) 2016 FecMall Software LLC
7+
* @license http://www.fecmall.com/license/
58
*/
69

710
namespace fecshop\app\appfront\modules\Cms\block\article;
811

912
use fec\helpers\CRequest;
1013
use Yii;
11-
14+
/**
15+
* @author Terry Zhao <2358269014@qq.com>
16+
* @since 1.0
17+
*/
1218
class Index
1319
{
1420
protected $_artile;

app/appfront/modules/Cms/block/home/Index.php

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
<?php
2-
/*
3-
* 存放 一些基本的非数据库数据 如 html
4-
* 都是数组
2+
/**
3+
* FecMall file.
4+
*
5+
* @link http://www.fecmall.com/
6+
* @copyright Copyright (c) 2016 FecMall Software LLC
7+
* @license http://www.fecmall.com/license/
58
*/
69

710
namespace fecshop\app\appfront\modules\Cms\block\home;
811

912
use Yii;
10-
13+
/**
14+
* @author Terry Zhao <2358269014@qq.com>
15+
* @since 1.0
16+
*/
1117
class Index
1218
{
1319
public function getLastData()

app/appfront/modules/Cms/controllers/HomeController.php

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
<?php
2-
2+
/**
3+
* FecMall file.
4+
*
5+
* @link http://www.fecmall.com/
6+
* @copyright Copyright (c) 2016 FecShop Software LLC
7+
* @license http://www.fecmall.com/license/
8+
*/
39
namespace fecshop\app\appfront\modules\Cms\controllers;
410

511
use fecshop\app\appfront\modules\AppfrontController;
612
use Yii;
7-
13+
/**
14+
* @author Terry Zhao <2358269014@qq.com>
15+
* @since 1.0
16+
*/
817
class HomeController extends AppfrontController
918
{
1019
public function init()

app/appfront/modules/Site/controllers/HelperController.php

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
<?php
2-
2+
/**
3+
* FecMall file.
4+
*
5+
* @link http://www.fecmall.com/
6+
* @copyright Copyright (c) 2016 FecMall Software LLC
7+
* @license http://www.fecmall.com/license/
8+
*/
39
namespace fecshop\app\appfront\modules\Site\controllers;
410

511
use fecshop\app\appfront\modules\AppfrontController;
612
use Yii;
7-
13+
/**
14+
* @author Terry Zhao <2358269014@qq.com>
15+
* @since 1.0
16+
*/
817
class HelperController extends AppfrontController
918
{
1019
public function actions()

0 commit comments

Comments
 (0)