Commit dd1f310 1 parent 95d2d61 commit dd1f310 Copy full SHA for dd1f310
File tree 4 files changed +42
-12
lines changed
4 files changed +42
-12
lines changed Original file line number Diff line number Diff line change 1
1
<?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/
5
8
*/
6
9
7
10
namespace fecshop \app \appfront \modules \Cms \block \article ;
8
11
9
12
use fec \helpers \CRequest ;
10
13
use Yii ;
11
-
14
+ /**
15
+ * @author Terry Zhao <2358269014@qq.com>
16
+ * @since 1.0
17
+ */
12
18
class Index
13
19
{
14
20
protected $ _artile ;
Original file line number Diff line number Diff line change 1
1
<?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/
5
8
*/
6
9
7
10
namespace fecshop \app \appfront \modules \Cms \block \home ;
8
11
9
12
use Yii ;
10
-
13
+ /**
14
+ * @author Terry Zhao <2358269014@qq.com>
15
+ * @since 1.0
16
+ */
11
17
class Index
12
18
{
13
19
public function getLastData ()
Original file line number Diff line number Diff line change 1
1
<?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
+ */
3
9
namespace fecshop \app \appfront \modules \Cms \controllers ;
4
10
5
11
use fecshop \app \appfront \modules \AppfrontController ;
6
12
use Yii ;
7
-
13
+ /**
14
+ * @author Terry Zhao <2358269014@qq.com>
15
+ * @since 1.0
16
+ */
8
17
class HomeController extends AppfrontController
9
18
{
10
19
public function init ()
Original file line number Diff line number Diff line change 1
1
<?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
+ */
3
9
namespace fecshop \app \appfront \modules \Site \controllers ;
4
10
5
11
use fecshop \app \appfront \modules \AppfrontController ;
6
12
use Yii ;
7
-
13
+ /**
14
+ * @author Terry Zhao <2358269014@qq.com>
15
+ * @since 1.0
16
+ */
8
17
class HelperController extends AppfrontController
9
18
{
10
19
public function actions ()
You can’t perform that action at this time.
0 commit comments