Model
└─Pivot
public class Pivot
extends Model
Constructor Summary | |
---|---|
void | __construct(array|object data, string table) 架构函数 |
Methods inherited from think\Model | |
---|---|
__construct, all, allowField, append, auto, autoCompleteData, autoWriteTimestamp, belongsTo, belongsToMany, create, data, db, delete, destroy, eagerlyResult, eagerlyResultSet, event, get, getAttr, getData, getDb, getError, getPk, has, hasMany, hasManyThrough, hasOne, hasWhere, hidden, init, initialize, isPk, isUpdate, jsonSerialize, offsetExists, offsetGet, offsetSet, offsetUnset, parseModel, parseQuery, readTransform, relation, relationQuery, save, saveAll, scope, setAttr, toArray, toJson, trigger, update, useGlobalScope, validate, validateData, validateFailException, visible, writeTransform |
public void __construct(array|object data, string table)
架构函数
Class Model