SRCMS
SRCMS(轻响应)企业应急响应中心开发框架
This commit is contained in:
19
Application/User/Controller/GiftController.class.php
Normal file
19
Application/User/Controller/GiftController.class.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
namespace User\Controller;
|
||||
use Think\Controller;
|
||||
|
||||
/**
|
||||
* @author Zhou Yuyang <1009465756@qq.com> 2015-07-27
|
||||
* @copyright ©2105-2018 SRCMS
|
||||
* @homepage http://www.src.pw
|
||||
* @version 1.0
|
||||
*/
|
||||
|
||||
class GiftController extends BaseController{
|
||||
|
||||
public function index(){
|
||||
$gift = M('links')->select();
|
||||
$this->assign('gift',$gift);
|
||||
$this->display();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user