setConfig() setConfig( $data = array()) : integer|string 设置模型参数 Parameters $data Returns integer|string
getPoster() getPoster(integer $space_id) : array|boolean|null|\PDOStatement|string|\think\Model 返回有效广告信息 Parameters integer $space_id Throws \think\db\exception\DataNotFoundException \think\db\exception\ModelNotFoundException \think\exception\DbException Returns array|boolean|null|\PDOStatement|string|\think\Model
mapBuild() mapBuild( $field, $condition, null $op = null) : array 条件表达式生成 Author: websky Parameters $field 字段名 $condition 查询条件 null $op 查询表达式 Returns array