Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyecommerce committed Sep 9, 2019
1 parent 95d2d61 commit dd1f310
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 12 deletions.
14 changes: 10 additions & 4 deletions app/appfront/modules/Cms/block/article/Index.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
<?php
/*
* 存放 一些基本的非数据库数据 如 html
* 都是数组
/**
* FecMall file.
*
* @link http://www.fecmall.com/
* @copyright Copyright (c) 2016 FecMall Software LLC
* @license http://www.fecmall.com/license/
*/

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

use fec\helpers\CRequest;
use Yii;

/**
* @author Terry Zhao <[email protected]>
* @since 1.0
*/
class Index
{
protected $_artile;
Expand Down
14 changes: 10 additions & 4 deletions app/appfront/modules/Cms/block/home/Index.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
<?php
/*
* 存放 一些基本的非数据库数据 如 html
* 都是数组
/**
* FecMall file.
*
* @link http://www.fecmall.com/
* @copyright Copyright (c) 2016 FecMall Software LLC
* @license http://www.fecmall.com/license/
*/

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

use Yii;

/**
* @author Terry Zhao <[email protected]>
* @since 1.0
*/
class Index
{
public function getLastData()
Expand Down
13 changes: 11 additions & 2 deletions app/appfront/modules/Cms/controllers/HomeController.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
<?php

/**
* FecMall file.
*
* @link http://www.fecmall.com/
* @copyright Copyright (c) 2016 FecShop Software LLC
* @license http://www.fecmall.com/license/
*/
namespace fecshop\app\appfront\modules\Cms\controllers;

use fecshop\app\appfront\modules\AppfrontController;
use Yii;

/**
* @author Terry Zhao <[email protected]>
* @since 1.0
*/
class HomeController extends AppfrontController
{
public function init()
Expand Down
13 changes: 11 additions & 2 deletions app/appfront/modules/Site/controllers/HelperController.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
<?php

/**
* FecMall file.
*
* @link http://www.fecmall.com/
* @copyright Copyright (c) 2016 FecMall Software LLC
* @license http://www.fecmall.com/license/
*/
namespace fecshop\app\appfront\modules\Site\controllers;

use fecshop\app\appfront\modules\AppfrontController;
use Yii;

/**
* @author Terry Zhao <[email protected]>
* @since 1.0
*/
class HelperController extends AppfrontController
{
public function actions()
Expand Down

0 comments on commit dd1f310

Please sign in to comment.