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