5 Star 4 Fork 4

crazymus/Tptool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
TplModel.class.php 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
crazymus 提交于 2015-08-28 16:29 . 重新创建项目
<?php
{copyright}
namespace {module}\Model;
use Think\Model;
//use Think\Page;
class {model}Model extends Model {
//protected $trueTableName = '';
protected $_validate = array(
//array('verify','require','验证码必须!'),
//array('verify','require','验证码必须!')
);
/**
* 方法功能介绍
* @access public
* @param mixed $db_config
* @return string
*/
public function index()
{
//这是一个示例方法,你可以模仿这样的格式来编写其他方法
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/jiusem/Tptool.git
git@gitee.com:jiusem/Tptool.git
jiusem
Tptool
Tptool
master

搜索帮助