__construct()
__construct(\think\Model $parent, string $model, string $foreignKey, string $localKey, string $relation = null)
架构函数
Parameters
\think\Model | $parent | 上级模型对象 |
string | $model | 模型名 |
string | $foreignKey | 关联外键 |
string | $localKey | 关联主键 |
string | $relation | 关联名 |