5 Star 4 Fork 4

crazymus / Tptool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
TplController.class.php 831 Bytes
一键复制 编辑 原始数据 按行查看 历史
crazymus 提交于 2015-08-28 16:29 . 重新创建项目
<?php
{copyright}
namespace {module}\Controller;
use Think\Controller;
class {controller}Controller extends Controller {
/**
* 方法功能介绍
* @access public
* @param mixed $db_config
* @return string
*/
public function index()
{
//这是一个示例方法,你可以模仿这样的格式来编写其他方法
echo 'Hello,world!';
}
public function add()
{
//这是一个示例方法,你可以模仿这样的格式来编写其他方法
echo 'Hello,world!';
}
public function edit()
{
//这是一个示例方法,你可以模仿这样的格式来编写其他方法
echo 'Hello,world!';
}
public function delete()
{
//这是一个示例方法,你可以模仿这样的格式来编写其他方法
echo 'Hello,world!';
}
}
PHP
1
https://gitee.com/jiusem/Tptool.git
git@gitee.com:jiusem/Tptool.git
jiusem
Tptool
Tptool
master

搜索帮助