5 Star 4 Fork 4

crazymus/Tptool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
TplRelationModel.class.php 839 Bytes
一键复制 编辑 原始数据 按行查看 历史
crazymus 提交于 2015-08-28 16:29 . 重新创建项目
<?php
{copyright}
namespace {module}\Model;
use Think\Model\RelationModel;
//use Think\Page;
class {model}Model extends RelationModel {
//protected $trueTableName = '';
protected $_validate = array(
//array('verify','require','验证码必须!'),
//array('verify','require','验证码必须!')
);
protected $_link = array(
//HAS_ONE、HAS_MANY、MANY_TO_MANY
/**
'Dept' => array(
'mapping_type' => self::BELONGS_TO,
'class_name' => 'Dept',
'foreign_key' => 'userId',
'mapping_name' => 'dept'
),**/
);
/**
* 方法功能介绍
* @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

搜索帮助